{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "hero-dummy",
  "type": "registry:block",
  "title": "Hero Dummy",
  "author": "Harsh Kanjiya <https://harshkanjiya.com>",
  "description": "A minimal hero section block.",
  "dependencies": [],
  "devDependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "components/blocks/hero-dummy/hero-dummy.tsx",
      "content": "import Link from \"next/link\"\r\n\r\nexport function HeroDummy() {\r\n  return (\r\n    <section className=\"flex min-h-[480px] flex-col items-center justify-center gap-6 px-6 py-20 text-center\">\r\n      <h1 className=\"max-w-2xl text-4xl font-bold tracking-tight sm:text-5xl\">\r\n        Build.{\" \"}\r\n        <span className=\"text-muted-foreground\">Ship.</span>{\" \"}\r\n        Repeat.\r\n      </h1>\r\n      <p className=\"max-w-lg text-base text-muted-foreground\">\r\n        Indie developer building products in public. This is a dummy hero block\r\n        — install it via the shadcn CLI.\r\n      </p>\r\n      <div className=\"flex flex-wrap items-center justify-center gap-3\">\r\n        <Link\r\n          href=\"#\"\r\n          className=\"rounded-md bg-foreground px-5 py-2.5 text-sm font-medium text-background transition hover:opacity-80\"\r\n        >\r\n          Get Started\r\n        </Link>\r\n        <Link\r\n          href=\"#\"\r\n          className=\"rounded-md border border-border px-5 py-2.5 text-sm font-medium text-foreground transition hover:bg-muted\"\r\n        >\r\n          Learn More\r\n        </Link>\r\n      </div>\r\n    </section>\r\n  )\r\n}\r\n",
      "type": "registry:component"
    }
  ]
}