{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "footer-06",
  "title": "Footer 06",
  "description": "A simple footer block",
  "files": [
    {
      "path": "src/registry/blocks/shared/footer-06/components/footer.tsx",
      "content": "import { Wheat } from \"lucide-react\";\nimport Link from \"next/link\";\n\nconst Footer = () => {\n  return (\n    <footer className=\"flex items-center justify-between border-t bg-background px-6 py-4\">\n      <Link className=\"flex items-center gap-2\" href=\"/\">\n        <Wheat />\n        <span className=\"font-medium text-xl\">Bloxxee</span>\n      </Link>\n\n      <p className=\"font-medium text-muted-foreground text-sm\">\n        Copyright &copy; {new Date().getFullYear()} Bloxxee. All rights\n        reserved.\n      </p>\n    </footer>\n  );\n};\n\nexport default Footer;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}