{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "innovations", "type": "registry:block", "dependencies": [ "lucide-react" ], "registryDependencies": [], "files": [ { "path": "registry/new-york/innovations/components/gallery.tsx", "content": "import svgPaths from \"./svg\";\nimport { ImageWithFallback } from '@/components/image-with-fallback';\n\ninterface InnovationCardProps {\n title: string;\n description: React.ReactNode;\n imageFilter: string;\n icon: React.ReactNode;\n}\n\nfunction IconLeft() {\n return (\n
\n Explore the center's latest innovations. And maybe a little extra\n added text for good measure.\n
\n