{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hero-section-1", "title": "Hero Section 1", "description": "Hero section with dual-column layout and call-to-action buttons", "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/hero-sections/hero-section-1.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\nimport { AspectRatio } from \"@/components/ui/aspect-ratio\";\nimport Image from \"next/image\";\nimport { ArrowUpRight } from \"lucide-react\";\n\nexport function HeroSection1() {\n return (\n \n
\n
\n
\n \n \n What's new ยท \n \n Just shipped v2.0\n \n \n \n

\n Solve your user's main problem\n

\n

\n Follow with one or two sentences that expand on your value\n proposition and focus on key benefits.\n

\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/hero-sections/hero-section-1.tsx" } ], "type": "registry:component" }