{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hero", "type": "registry:component", "title": "Hero", "description": "A hero component.", "files": [ { "path": "registry/alpine/marketing/hero.tsx", "content": "import { cn } from \"@/lib/utils\"\nimport Image from \"next/image\"\n\nexport function Hero({\n heading,\n subheading,\n imageUrl,\n className,\n children,\n}: {\n heading: string\n subheading: string\n imageUrl: string\n} & React.ComponentProps<\"section\">) {\n return (\n
\n
\n
\n \n
\n
\n

\n {heading}\n

\n

\n {subheading}\n

\n {children}\n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:component" } ] }