{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cta-section-1", "title": "CTA Section 1", "description": "Call-to-action section with primary background and compelling copy", "registryDependencies": [ "button", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/cta-sections/cta-section-1.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { ArrowRight } from \"lucide-react\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function CtaSection1() {\n return (\n \n
\n
\n
\n \n CTA Section\n \n

\n Action-driving headline that creates urgency\n

\n

\n Add one or two compelling sentences that reinforce your main value\n proposition and overcome final objections.\n

\n
\n\n \n Get started\n \n \n
\n
\n \n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/cta-sections/cta-section-1.tsx" } ], "type": "registry:component" }