From 3621e98071f0ad41a5f475f95a97b5a1101bd4b6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:45:43 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 86 ++++++++++++---------------------------- 1 file changed, 26 insertions(+), 60 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b2f5acd..33559c9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,38 +11,33 @@ export default function ContactPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Gaming Setup", id: "/gaming-setup" }, - { name: "Pricing", id: "/pricing" }, - { name: "Tournaments", id: "/tournaments" }, + { name: "Pricing", id: "#pricing" }, + { name: "Tournaments", id: "#tournaments" }, { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Gaming Experience", - items: [ + title: "Gaming Experience", items: [ { label: "Gaming Setup", href: "/gaming-setup" }, - { label: "Pricing", href: "/pricing" }, + { label: "Pricing", href: "#pricing" }, { label: "Book Session", href: "https://wa.me/917022946056" }, ], }, { - title: "Community", - items: [ - { label: "Tournaments", href: "/tournaments" }, + title: "Community", items: [ + { label: "Tournaments", href: "#tournaments" }, { label: "Discord Server", href: "https://discord.gg" }, { label: "Instagram", href: "https://instagram.com" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +91 70229 46056", href: "tel:+917022946056" }, { label: "WhatsApp", href: "https://wa.me/917022946056" }, { label: "Email Support", href: "mailto:info@m80esports.com" }, { - label: "Get Directions", - href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore", - }, + label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"}, ], }, ]; @@ -63,10 +58,7 @@ export default function ContactPage() { @@ -79,9 +71,7 @@ export default function ContactPage() { buttons={[ { text: "Book Now", href: "https://wa.me/917022946056" }, { - text: "Get Directions", - href: "https://maps.google.com/?q=M80+Esports+Gaming+Cafe+RMV+Extension+Bangalore", - }, + text: "Get Directions", href: "https://maps.google.com/?q=M80+Esports+Gaming+Cafe+RMV+Extension+Bangalore"}, ]} /> @@ -90,53 +80,29 @@ export default function ContactPage() {