{
	"$schema": "https://shadcn-svelte.com/schema/registry-item.json",
	"name": "content-one",
	"type": "registry:block",
	"description": "Simple content block with heading and description",
	"files": [
		{
			"content": "<section class=\"py-16 md:py-32\">\n\t<div class=\"mx-auto max-w-5xl space-y-8 px-6 md:space-y-16\">\n\t\t<h2 class=\"relative z-10 max-w-xl text-4xl font-medium lg:text-5xl\">\n\t\t\tThe Lyra ecosystem brings together our models.\n\t\t</h2>\n\t\t<div class=\"grid gap-6 sm:grid-cols-2 md:gap-12 lg:gap-24\">\n\t\t\t<div class=\"relative mb-6 sm:mb-0\">\n\t\t\t\t<div\n\t\t\t\t\tclass=\"relative aspect-76/59 rounded-2xl bg-linear-to-b from-zinc-300 to-transparent p-px dark:from-zinc-700\"\n\t\t\t\t>\n\t\t\t\t\t<img\n\t\t\t\t\t\tsrc=\"/payments.png\"\n\t\t\t\t\t\tclass=\"hidden rounded-[15px] dark:block\"\n\t\t\t\t\t\talt=\"payments illustration dark\"\n\t\t\t\t\t\twidth={1207}\n\t\t\t\t\t\theight={929}\n\t\t\t\t\t/>\n\t\t\t\t\t<img\n\t\t\t\t\t\tsrc=\"/payments-light.png\"\n\t\t\t\t\t\tclass=\"rounded-[15px] shadow dark:hidden\"\n\t\t\t\t\t\talt=\"payments illustration light\"\n\t\t\t\t\t\twidth={1207}\n\t\t\t\t\t\theight={929}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</div>\n\n\t\t\t<div class=\"relative space-y-4\">\n\t\t\t\t<p class=\"text-muted-foreground\">\n\t\t\t\t\tGemini is evolving to be more than just the models. <span\n\t\t\t\t\t\tclass=\"font-bold text-accent-foreground\"\n\t\t\t\t\t\t>It supports an entire ecosystem</span\n\t\t\t\t\t> — from products innovate.\n\t\t\t\t</p>\n\t\t\t\t<p class=\"text-muted-foreground\">\n\t\t\t\t\tIt supports an entire ecosystem — from products to the APIs and platforms\n\t\t\t\t\thelping developers and businesses innovate\n\t\t\t\t</p>\n\n\t\t\t\t<div class=\"pt-6\">\n\t\t\t\t\t<blockquote class=\"border-l-4 pl-4\">\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tUsing TailsUI has been like unlocking a secret design superpower. It's\n\t\t\t\t\t\t\tthe perfect fusion of simplicity and versatility, enabling us to create\n\t\t\t\t\t\t\tUIs that are as stunning as they are user-friendly.\n\t\t\t\t\t\t</p>\n\n\t\t\t\t\t\t<div class=\"mt-6 space-y-3\">\n\t\t\t\t\t\t\t<cite class=\"block font-medium\">John Doe, CEO</cite>\n\t\t\t\t\t\t\t<img\n\t\t\t\t\t\t\t\tclass=\"h-5 w-fit dark:invert\"\n\t\t\t\t\t\t\t\tsrc=\"https://html.tailus.io/blocks/customers/nvidia.svg\"\n\t\t\t\t\t\t\t\talt=\"Nvidia Logo\"\n\t\t\t\t\t\t\t\theight=\"20\"\n\t\t\t\t\t\t\t\twidth=\"auto\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</blockquote>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>\n",
			"type": "registry:component",
			"target": "blocks/content/content-one.svelte"
		}
	]
}