{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-15", "type": "registry:block", "description": "Contact options with quick contact form", "registryDependencies": [ "button", "card", "input", "label" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-15/page.tsx", "content": "\"use client\"\n\nimport { FileText, Headphones, MessageSquare } 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\"\n\nconst CONTACT_OPTIONS = [\n {\n icon: MessageSquare,\n title: \"Chat with Sales\",\n description: \"Speak to our sales team\",\n action: \"Start Chat\",\n },\n {\n icon: Headphones,\n title: \"Get Support\",\n description: \"We're here to help\",\n action: \"Contact Support\",\n },\n {\n icon: FileText,\n title: \"Documentation\",\n description: \"Browse our docs\",\n action: \"View Docs\",\n },\n]\n\nexport default function ContactSections15() {\n return (\n
\n
\n
\n
\n

\n Let's start a conversation\n

\n

\n We're always happy to help with any questions you might have. Get\n in touch with us and we'll respond as soon as possible.\n

\n
\n {CONTACT_OPTIONS.map(\n ({ icon: Icon, title, description, action }, key) => (\n
\n
\n \n
\n
\n

{title}

\n

\n {description}\n

\n \n
\n
\n )\n )}\n
\n
\n \n

Quick Contact

\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-15/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" ] }