{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cta-1", "type": "registry:block", "description": "Centered call-to-action bar with bold heading and dual action buttons.", "registryDependencies": [ "button" ], "files": [ { "path": "registry/blocks/cta/1/cta.tsx", "content": "import { Button } from \"@/components/ui/button\";\n\nexport function CallToAction() {\n return (\n
\n
\n
\n

\n Let your plans shape the future.\n

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