Components
Loading preview...
npx shadcn@latest add https://21st.dev/r/sshahaider/cta-3import { CallToAction } from "@/components/ui/cta-3";
export default function DemoOne() {
return (
<div className="w-full flex min-h-screen items-center justify-center p-4">
<CallToAction />
</div>
);
}