From bf22d51b9772e6ea9234db7ac319190cad14eefc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:41:44 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4a91463..6e9a381 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,7 +90,7 @@ 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"}, + 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" }, From 3000b60230b5e9e7789323e5a5e3a083fa3a3b82 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:41:44 +0000 Subject: [PATCH 2/3] Update src/app/gaming-setup/page.tsx --- src/app/gaming-setup/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gaming-setup/page.tsx b/src/app/gaming-setup/page.tsx index f3a50bf..2b68909 100644 --- a/src/app/gaming-setup/page.tsx +++ b/src/app/gaming-setup/page.tsx @@ -74,13 +74,13 @@ export default function GamingSetupPage() { products={[ { id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", 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", imageAlt: "High-performance gaming PC setup"}, + "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=3", imageAlt: "High-performance gaming PC setup"}, { id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg", imageAlt: "Professional racing simulator cockpit"}, + "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=3", imageAlt: "Professional racing simulator cockpit"}, { id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc: - "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg", imageAlt: "PS5 gaming station setup"}, + "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=2", imageAlt: "PS5 gaming station setup"}, ]} title="Premium Gaming Experiences" description="Explore our world-class gaming setups designed for competitive play and casual entertainment" @@ -99,7 +99,7 @@ export default function GamingSetupPage() { id: "1", title: "High-Performance Gaming Rigs", description: "Equipped with RTX 4080 GPUs, Intel i9 processors, and 360Hz monitors for ultra-competitive gaming. Every station is optimized for the latest AAA titles and esports games.", 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"}, + "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=4"}, items: [ { icon: Zap, text: "RTX 4080 Graphics" }, { icon: Gauge, text: "360Hz Refresh Rate" }, @@ -111,7 +111,7 @@ export default function GamingSetupPage() { id: "2", title: "Racing Simulator Experience", description: "Professional-grade racing simulator with force feedback technology, multiple track options, and realistic physics. Perfect for racing enthusiasts and competitive sim racing tournaments.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg"}, + "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=4"}, items: [ { icon: Gauge, text: "Force Feedback Wheel" }, { icon: Gamepad2, text: "Realistic Physics Engine" }, @@ -123,7 +123,7 @@ export default function GamingSetupPage() { id: "3", title: "Competitive Esports Arena", description: "Dedicated tournament space with professional streaming setup, spectator screens, and commentary booths. Host weekly tournaments for Valorant, CS2, and other competitive titles.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg"}, + "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=2"}, items: [ { icon: Radio, text: "Professional Streaming" }, { icon: Users, text: "Spectator Areas" }, From 5c859ea11fad387086537281be24fc56c3aa6884 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:41:44 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f557a7d..1c036d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function HomePage() { tag="Our Arsenal" products={[ { - id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", 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", imageAlt: "High-performance gaming PC setup"}, + id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", 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=1", imageAlt: "High-performance gaming PC setup"}, { - id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg", imageAlt: "Professional racing simulator cockpit"}, + id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=1", imageAlt: "Professional racing simulator cockpit"}, { - id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg", imageAlt: "PS5 gaming station setup"}, + id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=1", imageAlt: "PS5 gaming station setup"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -113,7 +113,7 @@ export default function HomePage() { features={[ { id: "1", title: "High-Performance Gaming Rigs", description: "Equipped with RTX 4080 GPUs, Intel i9 processors, and 360Hz monitors for ultra-competitive gaming. Every station is optimized for the latest AAA titles and esports games.", 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"}, + 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=2"}, items: [ { icon: Zap, text: "RTX 4080 Graphics" }, { icon: Gauge, text: "360Hz Refresh Rate" }, @@ -123,7 +123,7 @@ export default function HomePage() { }, { id: "2", title: "Racing Simulator Experience", description: "Professional-grade racing simulator with force feedback technology, multiple track options, and realistic physics. Perfect for racing enthusiasts and competitive sim racing tournaments.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=2"}, items: [ { icon: Gauge, text: "Force Feedback Wheel" }, { icon: Gamepad2, text: "Realistic Physics Engine" }, @@ -133,7 +133,7 @@ export default function HomePage() { }, { id: "3", title: "Competitive Esports Arena", description: "Dedicated tournament space with professional streaming setup, spectator screens, and commentary booths. Host weekly tournaments for Valorant, CS2, and other competitive titles.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=1"}, items: [ { icon: Radio, text: "Professional Streaming" }, { icon: Users, text: "Spectator Areas" }, @@ -214,17 +214,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Arjun Sharma", handle: "@valorant_pro_in", testimonial: "Great place and atmosphere, perfect for spending quality time with friends while competitive gaming. The rigs are insanely fast and the staff is super supportive!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg", imageAlt: "Arjun Sharma"}, + id: "1", name: "Arjun Sharma", handle: "@valorant_pro_in", testimonial: "Great place and atmosphere, perfect for spending quality time with friends while competitive gaming. The rigs are insanely fast and the staff is super supportive!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=1", imageAlt: "Arjun Sharma"}, { - id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "Very good ambience, decent pricing and extremely good customer care. This is my go-to place for gaming sessions. The community here is welcoming and fun!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg", imageAlt: "Priya Patel"}, + id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "Very good ambience, decent pricing and extremely good customer care. This is my go-to place for gaming sessions. The community here is welcoming and fun!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=1", imageAlt: "Priya Patel"}, { id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "Electric vibe, top-notch rigs, and friendly staff. M80 Esports is the real deal for competitive gaming. Hosting my tournament here was an absolute blast!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Rohan Verma"}, { id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The gaming experience here is unmatched. Premium equipment, professional environment, and amazing community. Definitely the best gaming cafe in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg", imageAlt: "Aisha Khan"}, { - id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "M80 Esports has everything a serious gamer needs. From casual hangouts to competitive tournaments, this place delivers excellence in every aspect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg", imageAlt: "Vikram Desai"}, + id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "M80 Esports has everything a serious gamer needs. From casual hangouts to competitive tournaments, this place delivers excellence in every aspect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=2", imageAlt: "Vikram Desai"}, { - id: "6", name: "Neha Gupta", handle: "@casual_gamer_life", testimonial: "Perfect destination for gaming enthusiasts of all levels. The atmosphere is energetic, the equipment is premium, and the people are genuinely nice. Love it here!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg", imageAlt: "Neha Gupta"}, + id: "6", name: "Neha Gupta", handle: "@casual_gamer_life", testimonial: "Perfect destination for gaming enthusiasts of all levels. The atmosphere is energetic, the equipment is premium, and the people are genuinely nice. Love it here!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=2", imageAlt: "Neha Gupta"}, ]} />