diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dccb291..43838c0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,11 +60,6 @@ export default function ContactPage() { inputPlaceholder="Your name, number, and inquiry..." buttonText="Send Inquiry" termsText="Or send us a message below:" - buttons={[ - { text: "Call Now: 091829 50479", href: "tel:09182950479" }, - { text: "WhatsApp Order", href: "https://wa.me/919182950479" }, - { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=TAJ+Family+Restaurant,+Ambedkar+Nagar,+Shanti+Nagar,+Sircilla,+Telangana+505301" } - ]} />