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