diff --git a/src/app/gaming-setup/page.tsx b/src/app/gaming-setup/page.tsx index 58f1a51..f3a50bf 100644 --- a/src/app/gaming-setup/page.tsx +++ b/src/app/gaming-setup/page.tsx @@ -13,7 +13,7 @@ import { Lightbulb, Gamepad2, Trophy, - Broadcast, + Radio, Users, } from "lucide-react"; @@ -28,31 +28,26 @@ export default function GamingSetupPage() { const footerColumns = [ { - title: "Gaming Experience", - items: [ + title: "Gaming Experience", items: [ { label: "Gaming Setup", href: "/gaming-setup" }, { label: "Pricing", href: "#pricing" }, { label: "Book Session", href: "https://wa.me/917022946056" }, ], }, { - title: "Community", - items: [ + 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"}, ], }, ]; @@ -78,32 +73,14 @@ export default function GamingSetupPage() {