{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "example-hero", "type": "registry:block", "title": "Example Hero Section", "description": "An example hero section with a heading, subheading, and two call to action buttons.", "registryDependencies": [ "@alpine/hero" ], "files": [ { "path": "registry/alpine/examples/example-hero.tsx", "content": "import { Hero } from \"@/registry/alpine/marketing/hero\"\nimport { Button } from \"@/registry/alpine/ui/button\"\n\nexport function ExampleHero() {\n return (\n \n
\n \n \n
\n \n )\n}\n", "type": "registry:component" } ] }