{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "content-7",
  "type": "registry:block",
  "title": "Content 7",
  "description": "Content section pairing an app screenshot with icon-led copy.",
  "files": [
    {
      "path": "app/preview/content/seven/page.tsx",
      "content": "import { Cpu, Zap } from 'lucide-react'\nimport Image from 'next/image'\n\nexport default function ContentSection() {\n    return (\n        <section className=\"py-16 md:py-32\">\n            <div className=\"mx-auto max-w-5xl space-y-8 px-6 md:space-y-16\">\n                <h2 className=\"relative z-10 max-w-xl text-4xl font-medium lg:text-5xl\">The Lyra ecosystem brings together our models.</h2>\n                <div className=\"grid gap-6 sm:grid-cols-2 md:gap-12 lg:gap-24\">\n                    <div className=\"relative space-y-4\">\n                        <p className=\"text-muted-foreground\">\n                            Lyra is evolving to be more than just the models. <span className=\"text-accent-foreground font-bold\">It supports an entire ecosystem</span> — from products innovate.\n                        </p>\n                        <p className=\"text-muted-foreground\">It supports an entire ecosystem — from products to the APIs and platforms helping developers and businesses innovate</p>\n\n                        <div className=\"grid grid-cols-2 gap-3 pt-6 sm:gap-4\">\n                            <div className=\"space-y-3\">\n                                <div className=\"flex items-center gap-2\">\n                                    <Zap className=\"size-4\" />\n                                    <h3 className=\"text-sm font-medium\">Faaast</h3>\n                                </div>\n                                <p className=\"text-muted-foreground text-sm\">It supports an entire helping developers and innovate.</p>\n                            </div>\n                            <div className=\"space-y-2\">\n                                <div className=\"flex items-center gap-2\">\n                                    <Cpu className=\"size-4\" />\n                                    <h3 className=\"text-sm font-medium\">Powerful</h3>\n                                </div>\n                                <p className=\"text-muted-foreground text-sm\">It supports an entire helping developers and businesses.</p>\n                            </div>\n                        </div>\n                    </div>\n                    <div className=\"relative mt-6 sm:mt-0\">\n                        <div className=\"bg-linear-to-b aspect-67/34 relative rounded-2xl from-zinc-300 to-transparent p-px dark:from-zinc-700\">\n                            <Image src=\"/exercice-dark.png\" className=\"hidden rounded-[15px] dark:block\" alt=\"payments illustration dark\" width={1206} height={612} />\n                            <Image src=\"/exercice.png\" className=\"rounded-[15px] shadow dark:hidden\" alt=\"payments illustration light\" width={1206} height={612} />\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n",
      "type": "registry:component",
      "target": "components/content-7.tsx"
    }
  ]
}