{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-09", "type": "registry:block", "description": "Dark background contact with detailed info", "registryDependencies": [ "button", "card", "checkbox", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-09/page.tsx", "content": "\"use client\"\n\nimport { Mail, Phone } from \"lucide-react\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Card } from \"@/components/ui/card\"\nimport { Checkbox } from \"@/components/ui/checkbox\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\nimport { Textarea } from \"@/components/ui/textarea\"\n\nconst DATA = [\n {\n icon: Mail,\n title: \"Find us at the office\",\n options: [\"Bld Mihail Kogalniceanu, nr. 8,\", \"7652 Bucharest,\", \"Romania\"],\n },\n {\n icon: Phone,\n title: \"+1(424) 535 3523\",\n options: [\"Michael Jordan\", \"+40 762 321 762\", \"Mon - Fri, 8:00-22:00\"],\n },\n]\n\nexport default function ContactSections09() {\n return (\n
\n
\n
\n

Get in Touch

\n

\n You need more information? Check what other persons are saying about\n our product. They are very happy with their purchase.\n

\n {DATA.map(({ icon: Icon, title, options }, key) => (\n
\n
\n \n

{title}

\n
\n
\n {options.map((option, idx) => (\n

\n {option}\n

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

Contact us

\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n You agree to your friendly{\" \"}\n \n Privacy Policy\n \n \n
\n \n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-09/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" ] }