{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "placeholder-logo-geoaura", "title": "Placeholder Logo Geoaura", "description": "Placeholder logo component for logo section 1", "files": [ { "path": "components/pro-blocks/placeholder-logo-geoaura.tsx", "content": "import { cn } from \"@/lib/utils\";\n\ninterface PlaceholderLogoGeoauraProps {\n width?: number;\n height?: number;\n className?: string;\n}\n\nexport function PlaceholderLogoGeoaura({\n className,\n width = 159,\n height = 40,\n}: PlaceholderLogoGeoauraProps) {\n return (\n \n \n \n \n \n \n \n \n \n \n \n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/placeholder-logo-geoaura.tsx" } ], "type": "registry:component" }