{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "contact-1", "type": "registry:block", "description": "Elegant contact page with office info, email, phone, and social links.", "files": [ { "path": "registry/blocks/contact/1/contact.tsx", "content": "\"use client\";\n\nimport { type LucideIcon, Mail, MapPin, Phone } from \"lucide-react\";\nimport type React from \"react\";\nimport { cn } from \"@/lib/utils\";\n\nconst APP_EMAIL = \"mail@example.com\";\nconst APP_PHONE = \"+92 300 1234567\";\nconst APP_PHONE_2 = \"+92 321 9876543\";\n\nexport function Contact() {\n const socialLinks = [\n {\n icon: GithubIcon,\n href: \"#\",\n label: \"GitHub\",\n },\n {\n icon: XIcon,\n href: \"#\",\n label: \"Twitter\",\n },\n ];\n\n return (\n
\n Contact the support team at efferd.\n
\n{description}
\n