{
  "name": "cta/centered",
  "type": "registry:component",
  "description": "Centered CTA section with badge and card grid",
  "files": [
    {
      "path": "example/CTA/SectionCta_Centered.astro",
      "type": "registry:component",
      "content": "---\nimport BackgroundEffect from '@@/components/ui/BackgroundEffect.astro';\nimport Button from '@@/components/ui/Button.astro';\n---\n\n<section data-scheme=\"shift\" class=\"relative\">\n  <BackgroundEffect\n    gradientType=\"var(--gradient-top-fade-linear)\"\n    patternType=\"none\"\n    noiseType=\"none\"\n  />\n\n  <div class=\"container flex flex-col items-center\">\n    <div class=\"mb-10 text-center\">\n      <div\n        class=\"rounded-card mb-4 inline-flex items-center gap-2 px-4 py-2 text-sm\"\n        data-scheme=\"shift\"\n\n      >\n        <span class=\"bg-accent h-2 w-2 rounded-full\"></span>\n        Get Started\n      </div>\n      <h2 class=\"h2 mb-4\">\n        Ready to Transform Your Business?\n      </h2>\n      <p\n        class=\"text-fg-sub mx-auto max-w-3xl text-lg md:text-xl\"\n\n      >\n        Join thousands of companies who are already using Pablo to create\n        amazing websites. Start your journey today and see the difference.\n      </p>\n    </div>\n\n    <Button size=\"lg\">Get Started for Free</Button>\n  </div>\n</section>\n"
    }
  ],
  "category": "example"
}