{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cta-4", "type": "registry:block", "description": "Modern call-to-action card with rounded edges, subtle shadow, and dual buttons for contacting sales or getting started.", "registryDependencies": [ "button" ], "files": [ { "path": "registry/blocks/cta/4/cta.tsx", "content": "import { ArrowRightIcon, CreditCardIcon } from \"lucide-react\";\nimport { Button } from \"@/components/ui/button\";\n\nexport function CallToAction() {\n return (\n
\n
\n

\n Let your plans shape the future.\n

\n

\n Start your free trial today. No credit card{\" \"}\n required.\n

\n
\n
\n \n \n
\n
\n );\n}\n", "type": "registry:component" } ], "meta": { "height": "40vh" }, "categories": [ "cta" ] }