Components
Newsletter subscription section with email input, submit button, and expert avatars for added trust and engagement.
Loading preview...
import { CallToAction } from "@/components/ui/cta-5";
export default function DemoOne() {
return (
<div className="w-full flex min-h-screen items-center justify-center p-4">
<CallToAction />
</div>
);
}