From 40ee209a081e30e79a9d216647cb966c1f8acdb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:45:43 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6e9a381..c8b6b8f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -12,23 +12,23 @@ import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users } from "lucide-re export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Gaming Setup", id: "gaming-setup" }, - { name: "Pricing", id: "pricing" }, - { name: "Tournaments", id: "tournaments" }, - { name: "Contact", id: "contact" }, + { name: "Gaming Setup", id: "/gaming-setup" }, + { name: "Pricing", id: "#pricing" }, + { name: "Tournaments", id: "#tournaments" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { 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" }, + { label: "Tournaments", href: "#tournaments" }, { label: "Discord Server", href: "https://discord.gg" }, { label: "Instagram", href: "https://instagram.com" }, ], @@ -39,7 +39,8 @@ export default function AboutPage() { { 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" + }, ], }, ]; @@ -65,8 +66,9 @@ export default function AboutPage() { @@ -80,7 +82,8 @@ export default function AboutPage() { features={[ { id: "1", title: "Inclusivity First", description: "Whether you're a pro esports player or picking up a controller for the first time, M80 Esports welcomes you. We create tournaments and spaces for all skill levels, fostering an inclusive gaming culture where everyone belongs.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-playing-video-games-console-enjoying-drinks-snacks-after-work-coworkers-having-fun-with-game-controllers-while-using-television-after-hours_482257-33396.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-playing-video-games-console-enjoying-drinks-snacks-after-work-coworkers-having-fun-with-game-controllers-while-using-television-after-hours_482257-33396.jpg" + }, items: [ { icon: Users, text: "All Skill Levels Welcome" }, { icon: Trophy, text: "Beginner-Friendly Events" }, @@ -90,7 +93,8 @@ export default function AboutPage() { }, { id: "2", title: "Premium Equipment & Standards", description: "Quality gaming hardware is essential for true esports. We invest in the latest RTX graphics cards, high-refresh displays, and professional peripherals. Every station is maintained to tournament standards, ensuring fair competition and optimal performance.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=5"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=5" + }, items: [ { icon: Zap, text: "High-End Hardware" }, { icon: Gauge, text: "Tournament Standards" }, @@ -100,7 +104,8 @@ export default function AboutPage() { }, { id: "3", title: "Community-Centered Events", description: "Esports thrives on community. We host weekly tournaments, skill-development sessions, and social gaming nights. Our Discord community has 500+ active members, creating networking opportunities and fostering genuine friendships among gamers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520104.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520104.jpg" + }, items: [ { icon: Trophy, text: "Weekly Tournaments" }, { icon: Gamepad2, text: "Skill Development" }, @@ -123,7 +128,7 @@ export default function AboutPage() { useInvertedBackground={false} buttons={[ { text: "Visit Us", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore" }, - { text: "Contact Us", href: "contact" }, + { text: "Contact Us", href: "/contact" }, ]} />