{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "placeholder-logo-dashstar", "title": "Placeholder Logo Dashstar", "description": "Placeholder logo component for logo section 1", "files": [ { "path": "components/pro-blocks/placeholder-logo-dashstar.tsx", "content": "import { cn } from \"@/lib/utils\";\n\ninterface PlaceholderLogoDashstarProps {\n width?: number;\n height?: number;\n className?: string;\n}\n\nexport function PlaceholderLogoDashstar({\n width = 206,\n height = 38,\n className,\n}: PlaceholderLogoDashstarProps) {\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-dashstar.tsx" } ], "type": "registry:component" }