{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hero-gradient-demo", "title": "Hero Gradient Demo", "description": "Example showing a full-bleed gradient hero section.", "dependencies": [ "motion" ], "registryDependencies": [ "https://pioneerui.com/r/hero-gradient" ], "files": [ { "path": "registry/example/hero-gradient-demo.tsx", "content": "import { HeroGradient } from \"../pioneerui/hero-gradient\"\n\nexport default function HeroGradientDemo() {\n return (\n \n \n Browse components\n \n \n Get started\n \n \n }\n />\n )\n}\n", "type": "registry:example", "target": "components/hero-gradient-demo.tsx" } ], "type": "registry:example" }