{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "feature-section-1", "title": "Feature Section 1", "description": "Feature showcase with image and dual-column layout", "registryDependencies": [ "button", "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/feature-sections/feature-section-1.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport Image from \"next/image\";\nimport { AspectRatio } from \"@/components/ui/aspect-ratio\";\nimport { Tagline } from \"@/components/pro-blocks//landing-page/tagline\";\n\nexport function FeatureSection1() {\n return (\n
\n
\n
\n
\n Feature section\n

\n Show your solution's impact on user success\n

\n

\n Explain in one or two concise sentences how your solution\n transforms users' challenges into positive outcomes. Keep it clear\n and compelling.\n

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