Components
A split coming-soon section with a waitlist email form and a framed product preview mockup.
Loading preview...
import ComingSoonBlock from "@/components/ui/coming-soon-2";
export default function Demo() {
return (
<div className="min-h-screen w-full bg-background text-foreground">
<ComingSoonBlock />
</div>
);
}