{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-01", "type": "registry:block", "description": "Simple contact form with contact info", "registryDependencies": [ "button", "card", "checkbox", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-01/page.tsx", "content": "\"use client\"\n\nimport { Mail, Phone, Ticket } 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 OPTIONS = [\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 ContactSections01() {\n return (\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

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
\n {OPTIONS.map(({ icon: Icon, info }, key) => (\n
\n \n {info}\n
\n ))}\n
\n
\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/contact-sections-01/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" ] }