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