{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-12", "type": "registry:block", "description": "Contact form with background image overlay", "registryDependencies": [ "button", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-12/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\nimport { Textarea } from \"@/components/ui/textarea\"\n\nexport default function ContactSections12() {\n return (\n
\n \n
\n
\n
\n

Let's Talk

\n

\n Fill out the form below and we'll be in touch shortly.\n

\n
\n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n \n \n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-12/page.tsx" } ], "meta": { "iframeHeight": "1000px", "container": "w-full bg-surface min-h-svh flex px-4 py-12 items-center md:py-20 justify-center min-w-0", "mobile": "component" }, "categories": [ "contact" ] }