{
  "$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    <section\n      className=\"bg-primary section-padding-y\"\n      aria-labelledby=\"cta-heading\"\n    >\n      <div className=\"container-padding-x mx-auto max-w-7xl\">\n        <div className=\"mx-auto flex max-w-xl flex-col items-center gap-8 md:gap-10\">\n          <div className=\"section-title-gap-lg mx-auto flex max-w-xl flex-col items-center text-center\">\n            <Tagline className=\"text-primary-foreground/80\">\n              CTA Section\n            </Tagline>\n            <h2 id=\"cta-heading\" className=\"heading-lg text-primary-foreground\">\n              Action-driving headline that creates urgency\n            </h2>\n            <p className=\"text-primary-foreground/80 text-lg/8 text-pretty\">\n              Add one or two compelling sentences that reinforce your main value\n              proposition and overcome final objections.\n            </p>\n          </div>\n\n          <Button\n            className=\"bg-primary-foreground text-primary hover:bg-primary-foreground/80\"\n            aria-label=\"Get started with our service\"\n          >\n            Get started\n            <ArrowRight />\n          </Button>\n        </div>\n      </div>\n    </section>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/pro-blocks/landing-page/cta-sections/cta-section-1.tsx"
    }
  ],
  "type": "registry:component"
}