{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-11", "type": "registry:block", "description": "Dark gradient contact form with backdrop blur", "registryDependencies": [ "button", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-11/page.tsx", "content": "\"use client\"\n\nimport { Mail, Phone } from \"lucide-react\"\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 ContactSections11() {\n return (\n
\n
\n
\n

Get In Touch

\n

\n Have a question or want to work together? Leave your details and\n we'll get back to you as soon as possible.\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

+1 (424) 535-3523

\n
\n
\n \n

hello@mail.com

\n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-11/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" ] }