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