{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "header-section-1", "title": "Header Section 1", "description": "Page header with title and description", "registryDependencies": [ "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/header-sections/header-section-1.tsx", "content": "\"use client\";\n\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function HeaderSection1() {\n return (\n \n
\n
\n
\n Header section\n

\n Header section title\n

\n \n Lorem ipsum dolor sit amet, consectetur adipiscing elit interdum\n hendrerit ex vitae sodales.\n

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