{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "banner-01",
  "title": "Simple announcement bar",
  "description": "Single-line top bar with inline link and arrow — zero chrome, maximum reach.",
  "dependencies": [
    "lucide-react"
  ],
  "files": [
    {
      "path": "content/components/banner/banner-01.tsx",
      "content": "import { ArrowRight } from \"lucide-react\"\n\nexport default function Banner01() {\n  return (\n    <div className=\"w-full bg-primary px-4 py-3 text-primary-foreground\">\n      <p className=\"text-center text-sm font-medium\">\n        New blocks drop every week.{\" \"}\n        <a\n          href=\"#\"\n          className=\"inline-flex items-center gap-1 font-semibold underline underline-offset-2 hover:no-underline\"\n        >\n          Browse the catalog\n          <ArrowRight className=\"size-3.5\" />\n        </a>\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:block",
      "target": "components/blocks/banner-01.tsx"
    }
  ],
  "categories": [
    "banner"
  ],
  "type": "registry:block"
}