{
  "name": "header/floating-minimal",
  "type": "registry:component",
  "description": "Floating minimal header with navigation",
  "files": [
    {
      "path": "example/Header/Header_FloatingMinimal.astro",
      "type": "registry:component",
      "content": "---\nimport BrandLogo from '@@/components/ui/BrandLogo.astro';\nimport Button from '@@/components/ui/Button.astro';\n---\n\n<!-- Navigation Header -->\n<nav\n  class=\"absolute left-0 right-0 top-0 z-20 flex items-center justify-between px-6 py-4 backdrop-blur-sm\"\n\n>\n  <div class=\"flex items-center\">\n    <BrandLogo className=\"mr-2 h-12 max-h-12 w-auto\" />\n  </div>\n  <Button data-scheme=\"inverse\" size=\"sm\">Get Started</Button>\n</nav>\n"
    }
  ],
  "category": "example"
}