{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-section-1", "title": "Contact Section 1", "description": "Contact form with validation and privacy policy checkbox", "registryDependencies": [ "button", "input", "textarea", "checkbox", "field", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/contact-sections/contact-section-1.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { Input } from \"@/components/ui/input\";\nimport { Textarea } from \"@/components/ui/textarea\";\nimport { Checkbox } from \"@/components/ui/checkbox\";\nimport { Field, FieldGroup, FieldLabel, FieldSet } from \"@/components/ui/field\";\nimport Link from \"next/link\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function ContactSection1() {\n return (\n \n
\n
\n
\n Contact Section\n

\n Get in touch\n

\n

\n Write one or two welcoming sentences that encourage contact and\n include your response time commitment.\n

\n
\n\n e.preventDefault()}\n aria-label=\"Contact form\"\n >\n
\n \n \n Name\n \n \n\n \n Email\n \n \n\n \n Message\n \n \n\n \n \n \n By selecting this you agree to our{\" \"}\n \n Privacy Policy\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/contact-sections/contact-section-1.tsx" } ], "type": "registry:component" }