{
	"$schema": "https://shadcn-svelte.com/schema/registry-item.json",
	"name": "content-three",
	"type": "registry:block",
	"description": "Two-column content with image sidebar",
	"devDependencies": [
		"@lucide/svelte"
	],
	"registryDependencies": [
		"button"
	],
	"files": [
		{
			"content": "<script>\n\timport Button from \"$COMPONENTS$/ui/button/button.svelte\";\n\timport ChevronRight from \"@lucide/svelte/icons/chevron-right\";\n</script>\n\n<section class=\"py-16 md:py-32\">\n\t<div class=\"mx-auto max-w-5xl space-y-8 px-6 md:space-y-12\">\n\t\t<img\n\t\t\tclass=\"rounded-(--radius) grayscale\"\n\t\t\tsrc=\"https://images.unsplash.com/photo-1530099486328-e021101a494a?q=80&w=2747&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D\"\n\t\t\talt=\"team_image\"\n\t\t\tloading=\"lazy\"\n\t\t/>\n\n\t\t<div class=\"grid gap-6 md:grid-cols-2 md:gap-12\">\n\t\t\t<h2 class=\"text-4xl font-medium\">\n\t\t\t\tThe Lyra ecosystem brings together our models, products and platforms.\n\t\t\t</h2>\n\t\t\t<div class=\"space-y-6\">\n\t\t\t\t<p>\n\t\t\t\t\tLyra is evolving to be more than just the models. It supports an entire\n\t\t\t\t\tecosystem — from products to the APIs and platforms helping developers and\n\t\t\t\t\tbusinesses innovate.\n\t\t\t\t</p>\n\n\t\t\t\t<Button href=\"/\" variant=\"secondary\" size=\"sm\" class=\"gap-1 pr-1.5\">\n\t\t\t\t\tLearn More\n\t\t\t\t\t<ChevronRight class=\"size-2\" />\n\t\t\t\t</Button>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n</section>\n",
			"type": "registry:component",
			"target": "blocks/content/content-three.svelte"
		}
	]
}