{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-sections-02", "type": "registry:block", "description": "Contact form with image background", "registryDependencies": [ "button", "checkbox", "input", "label", "textarea" ], "files": [ { "path": "creative-tim-ui/blocks/contact-sections-02/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\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\nexport default function ContactSections02() {\n return (\n
\n
\n
\n

Contact us

\n

\n Whether you have questions or you would just like to say hello,\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 \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-02/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" ] }