{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "content-1",
  "type": "registry:block",
  "title": "Content 1",
  "description": "Content section with a product illustration and a pull quote.",
  "files": [
    {
      "path": "app/preview/content/one/page.tsx",
      "content": "import 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 mb-6 sm:mb-0\">\n                        <div className=\"bg-linear-to-b aspect-76/59 relative rounded-2xl from-zinc-300 to-transparent p-px dark:from-zinc-700\">\n                            <Image src=\"/payments.png\" className=\"hidden rounded-[15px] dark:block\" alt=\"payments illustration dark\" width={1207} height={929} />\n                            <Image src=\"/payments-light.png\" className=\"rounded-[15px] shadow dark:hidden\" alt=\"payments illustration light\" width={1207} height={929} />\n                        </div>\n                    </div>\n\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=\"pt-6\">\n                            <blockquote className=\"border-l-4 pl-4\">\n                                <p>Using Lyra has been like unlocking a secret design superpower. It's the perfect fusion of simplicity and versatility, enabling us to create UIs that are as stunning as they are user-friendly.</p>\n\n                                <div className=\"mt-6 space-y-3\">\n                                    <cite className=\"block font-medium\">Maya Chen, CEO</cite>\n                                    <img className=\"h-5 w-fit dark:invert\" src=\"https://cdn.jsdelivr.net/npm/simple-icons@16.32.0/icons/nvidia.svg\" alt=\"Nvidia Logo\" height=\"20\" width=\"auto\" />\n                                </div>\n                            </blockquote>\n                        </div>\n                    </div>\n                </div>\n            </div>\n        </section>\n    )\n}\n",
      "type": "registry:component",
      "target": "components/content-1.tsx"
    }
  ]
}