{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "blinkist-logo", "type": "registry:component", "title": "Blinkist Logo", "description": "A component for the Blinkist logo image.", "dependencies": [], "registryDependencies": [], "files": [ { "path": "components/ui/blinkist-logo.tsx", "content": "import Image from \"next/image\";\n\nexport function BlinkistLogo() {\n return (\n \n );\n} ", "type": "registry:component" } ] }