{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "contact-03",
  "title": "Contact 03",
  "description": "A simple contact form",
  "dependencies": [
    "lucide-react"
  ],
  "files": [
    {
      "path": "src/registry/blocks/shared/contact-03/components/contact.tsx",
      "content": "import { MailIcon, MapPinIcon, MessageCircle, PhoneIcon } from \"lucide-react\";\nimport Link from \"next/link\";\n\nconst Contact = () => (\n  <div className=\"flex min-h-screen items-center justify-center pt-12 pb-16 md:pt-16\">\n    <div className=\"mx-auto w-full max-w-(--breakpoint-xl) px-6 xl:px-0\">\n      <b className=\"font-medium text-muted-foreground text-sm uppercase tracking-wide\">\n        Contact Us\n      </b>\n      <h2 className=\"mt-3 font-medium text-4xl tracking-[-0.04em]\">\n        We&apos;d love to hear from you\n      </h2>\n      <p className=\"mt-3 text-lg text-muted-foreground md:text-xl\">\n        Our friendly team is always here to chat.\n      </p>\n      <div className=\"mt-14 grid gap-8 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4\">\n        <div className=\"rounded-xl border border-dashed bg-muted/20 p-6 pb-8\">\n          <div className=\"flex h-12 w-12 items-center justify-center rounded-full bg-foreground/5 text-foreground dark:bg-muted\">\n            <MailIcon />\n          </div>\n          <h3 className=\"mt-8 font-medium text-xl\">Email</h3>\n          <p className=\"mt-1.5 mb-4 text-muted-foreground\">\n            Our friendly team is here to help.\n          </p>\n          <Link\n            className=\"font-medium\"\n            href=\"mailto:akashmoradiya3444@gmail.com\"\n          >\n            akashmoradiya3444@gmail.com\n          </Link>\n        </div>\n        <div className=\"rounded-xl border border-dashed bg-muted/20 p-6 pb-8\">\n          <div className=\"flex h-12 w-12 items-center justify-center rounded-full bg-foreground/5 text-foreground dark:bg-muted\">\n            <MessageCircle />\n          </div>\n          <h3 className=\"mt-8 font-medium text-xl\">Live chat</h3>\n          <p className=\"mt-1.5 mb-4 text-muted-foreground\">\n            Our friendly team is here to help.\n          </p>\n          <Link className=\"font-medium\" href=\"#\">\n            Start new chat\n          </Link>\n        </div>\n        <div className=\"rounded-xl border border-dashed bg-muted/20 p-6 pb-8\">\n          <div className=\"flex h-12 w-12 items-center justify-center rounded-full bg-foreground/5 text-foreground dark:bg-muted\">\n            <MapPinIcon />\n          </div>\n          <h3 className=\"mt-8 font-medium text-xl\">Office</h3>\n          <p className=\"mt-1.5 mb-4 text-muted-foreground\">\n            Come say hello at our office HQ.\n          </p>\n          <Link\n            className=\"font-medium\"\n            href=\"https://map.google.com\"\n            target=\"_blank\"\n          >\n            100 Smith Street Collingwood <br /> VIC 3066 AU\n          </Link>\n        </div>\n        <div className=\"rounded-xl border border-dashed bg-muted/20 p-6 pb-8\">\n          <div className=\"flex h-12 w-12 items-center justify-center rounded-full bg-foreground/5 text-foreground dark:bg-muted\">\n            <PhoneIcon />\n          </div>\n          <h3 className=\"mt-8 font-medium text-xl\">Phone</h3>\n          <p className=\"mt-1.5 mb-4 text-muted-foreground\">\n            Mon-Fri from 8am to 5pm.\n          </p>\n          <Link className=\"font-medium\" href=\"tel:akashmoradiya3444@gmail.com\">\n            +1 (555) 000-0000\n          </Link>\n        </div>\n      </div>\n    </div>\n  </div>\n);\n\nexport default Contact;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:block"
}