From 2c96b420721da91028a0a26dfdae5182b20081f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:41:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 46 ++++++++++++------------------------------ 1 file changed, 13 insertions(+), 33 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 942778e..4a91463 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Broadcast, Users } from "lucide-react"; +import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -20,31 +20,26 @@ export default function AboutPage() { 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"}, ], }, ]; @@ -70,10 +65,7 @@ export default function AboutPage() {