{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "gallery-section-1", "title": "Gallery Section 1", "description": "Image gallery section with aspect ratio control", "registryDependencies": [ "aspect-ratio", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/gallery-sections/gallery-section-1.tsx", "content": "\"use client\";\n\nimport { AspectRatio } from \"@/components/ui/aspect-ratio\";\nimport Image from \"next/image\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function GallerySection1() {\n return (\n
\n
\n
\n Gallery section\n

\n Showcase your product with a gallery of images\n

\n

\n This section is a great way to showcase your product with a gallery\n of images. Showcase your product in a more engaging way.\n

\n
\n \n \n \n
\n
\n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/gallery-sections/gallery-section-1.tsx" } ], "type": "registry:component" }