{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cta-2", "type": "registry:block", "description": "Minimal call-to-action section with headline, short description, and dual buttons for sales contact and getting started.", "registryDependencies": [ "button" ], "files": [ { "path": "registry/blocks/cta/2/cta.tsx", "content": "import { ArrowRightIcon } from \"lucide-react\";\nimport { Button } from \"@/components/ui/button\";\n\nexport function CallToAction() {\n return (\n
\n
\n
\n

\n Plan the present. Build the future.\n

\n

\n Start your journey today by clicking the button below.\n

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