Components
A centered call-to-action section with a heading, subtext, and an inline email input with a submit button for newsletter or waitlist signups.
Loading preview...
import CallToAction from "@/components/ui/call-to-action-3";
export default function CallToActionDemo() {
return (
<div className="bg-background text-foreground">
<CallToAction />
</div>
);
}