{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-07", "type": "registry:block", "description": "Contact form with office location details", "registryDependencies": [ "button", "card", "checkbox", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-07/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 ContactSections07() {\n return (\n
\n
\n \n

Contact us

\n

\n We'd love to hear from you.\n

\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 {DATA.map(({ icon: Icon, title, options }, key) => (\n
\n
\n \n
\n
\n

{title}

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

\n {option}\n

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