{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-contact-1", "type": "registry:block", "title": "Contact One", "description": "Mist Kit Contact block, variant one", "registryDependencies": [ "button", "card", "input", "textarea", "label", "select" ], "files": [ { "path": "../../packages/mist-kit/blocks/contact/one/index.tsx", "content": "import { Card } from '@/components/ui/card'\nimport { Input } from '@/components/ui/input'\nimport { Textarea } from '@/components/ui/textarea'\nimport { Button } from '@/components/ui/button'\nimport { Label } from '@/components/ui/label'\nimport { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select'\nimport Link from 'next/link'\n\nexport default function ContactSection() {\n return (\n
\n
\n

Help us route your inquiry

\n

We'll help you find the right plan and pricing for your business.

\n
\n
\n
\n
\n

Collaborate

\n \n hello@Vengeance UI.com\n \n

+243 000 000 000

\n
\n
\n
\n
\n

Press

\n \n press@Vengeance UI.com\n \n

+243 000 000 000

\n
\n
\n
\n\n \n \n

Let's get you to the right place

\n

Reach out to our sales team! We’re eager to learn more about how you plan to use our application.

\n\n
label]:block mt-12 space-y-6 *:space-y-3\">\n
\n
\n \n Full name\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
\n \n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/contact-section-one.tsx" } ] }