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