{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-14", "type": "registry:block", "description": "Gradient background contact form with asterisk fields", "registryDependencies": [ "button", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-14/page.tsx", "content": "\"use client\"\n\nimport { Send } 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 ContactSections14() {\n return (\n
\n
\n
\n \n GET IN TOUCH\n \n

\n We'd Love to Hear From You\n

\n

\n Whether you have a question about features, pricing, or anything\n else, our team is ready to answer all your questions.\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
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-14/page.tsx" } ], "meta": { "iframeHeight": "1100px", "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" ] }