Components
A full-width promotional banner with a live countdown timer, designed to create urgency for upcoming launches, events, or early access signups.
Loading preview...
import { CountdownBanner } from "@/components/ui/the-future-arrives-soon-cta";
export default function DemoOne() {
return (
<main className="h-full w-full">
<CountdownBanner />
</main>
)
}