Components
A centered coming-soon page with a headline, email waitlist capture form, avatar social proof, and social links.
Loading preview...
import ComingSoonBlock from "@/components/ui/coming-soon-1";
export default function Default() {
return <ComingSoonBlock />;
}