Components
Loading preview...
Here is Call To Action component
npx shadcn@latest add https://21st.dev/r/meschacirung/call-to-actionimport CallToAction from "@/components/ui/call-to-action";
export default function DemoOne() {
return <CallToAction />;
}