{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-06", "type": "registry:block", "description": "Centered contact with circular icon badges", "registryDependencies": [], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-06/page.tsx", "content": "\"use client\"\n\nimport { Mail, MapPin, Phone } from \"lucide-react\"\n\nconst OPTIONS = [\n {\n icon: MapPin,\n title: \"Address\",\n subTitle: \"Find us at the office\",\n description: \"12124 First Street, nr 54\",\n },\n {\n icon: Mail,\n title: \"Email\",\n subTitle: \"Send us your feedback\",\n description: \"hello@email.com\",\n },\n {\n icon: Phone,\n title: \"Phone\",\n subTitle: \"Give us a ring\",\n description: \"+1 (424) 535-3523\",\n },\n]\n\nexport default function ContactSections06() {\n return (\n
\n
\n
\n \n Contact Us\n \n

\n Got a Question?\n

\n

\n We'd like to talk more about what you need\n

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

{title}

\n

{subTitle}

\n

{description}

\n
\n ))}\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-06/page.tsx" } ], "meta": { "iframeHeight": "800px", "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" ] }