{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "bento-grid-1", "title": "Bento Grid 1", "description": "Feature-rich layout with dynamic grid showcasing product features", "registryDependencies": [ "card", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/bento-grids/bento-grid-1.tsx", "content": "\"use client\";\n\nimport { Card, CardHeader, CardContent } from \"@/components/ui/card\";\nimport Image from \"next/image\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function BentoGrid1() {\n return (\n
\n
\n
\n Bento Grid Section\n

\n Feature-rich layout that captures attention\n

\n

\n Add a concise value statement that highlights your product's key\n features and benefits in a visually dynamic grid.\n

\n
\n\n
\n \n \n

Feature title

\n

\n Shortly describe how this feature solves a specific user\n problem.\n

\n
\n \n \n \n
\n \n \n

Feature title

\n

\n Shortly describe how this feature solves a specific user\n problem.\n

\n
\n \n \n \n
\n \n \n

Feature title

\n

\n Shortly describe how this feature solves a specific user\n problem.\n

\n
\n \n \n \n
\n \n \n

Feature title

\n

\n Shortly describe how this feature solves a specific user\n problem.\n

\n
\n \n \n \n
\n
\n
\n
\n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/bento-grids/bento-grid-1.tsx" } ], "type": "registry:component" }