{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "content-4",
  "type": "registry:block",
  "title": "Content 4",
  "description": "Text-first content section with a heading, body copy and a CTA.",
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "app/preview/content/four/page.tsx",
      "content": "import { Button } from '@/components/ui/button'\nimport { ChevronRight } from 'lucide-react'\nimport Link from 'next/link'\n\nexport default function ContentSection() {\n    return (\n        <section className=\"py-16 md:py-32\">\n            <div className=\"mx-auto max-w-5xl px-6\">\n                <div className=\"grid gap-6 md:grid-cols-2 md:gap-12\">\n                    <h2 className=\"text-4xl font-medium\">The Lyra ecosystem brings together our models, products and platforms.</h2>\n                    <div className=\"space-y-6\">\n                        <p>Lyra is evolving to be more than just the models. It supports an entire ecosystem — from products to the APIs and platforms helping developers and businesses innovate.</p>\n                        <p>\n                            Lyra. <span className=\"font-bold\">It supports an entire ecosystem</span> — from products to the APIs and platforms that help teams ship faster.\n                        </p>\n                        <Button\n                            asChild\n                            variant=\"secondary\"\n                            size=\"sm\"\n                            className=\"gap-1 pr-1.5\">\n                            <Link href=\"#\">\n                                <span>Learn More</span>\n                                <ChevronRight className=\"size-2\" />\n                            </Link>\n                        </Button>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n",
      "type": "registry:component",
      "target": "components/content-4.tsx"
    }
  ]
}