{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-03", "type": "registry:block", "description": "Contact form with dark info panel", "registryDependencies": [ "button", "card", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-03/page.tsx", "content": "\"use client\"\n\nimport {\n Dribbble,\n Facebook,\n Linkedin,\n Mail,\n Phone,\n Ticket,\n Twitter,\n} from \"lucide-react\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Card } from \"@/components/ui/card\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\nimport { Textarea } from \"@/components/ui/textarea\"\n\nconst DATA = [\n {\n icon: Phone,\n info: \"+1(424) 535 3523\",\n },\n {\n icon: Mail,\n info: \"hello@mail.com\",\n },\n {\n icon: Ticket,\n info: \"Open Support Ticket\",\n },\n]\n\nexport default function ContactSections03() {\n return (\n
\n
\n
\n

Contact Us

\n

\n Any questions or remarks? Just write us a message!\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 Contact Information\n

\n

\n Fill up the form and our Team will get back to you within 24\n hours.\n

\n
\n {DATA.map(({ icon: Icon, info }, key) => (\n
\n
\n \n
\n {info}\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-03/page.tsx" } ], "meta": { "iframeHeight": "900px", "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" ] }