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