From 91bdd099aac9baf90f41f3c98e49531784a5b183 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:17:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9e8e32..c532341 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { title="Dominate Your Game" description="Experience peak performance with high-end rigs, lightning-fast internet, and an immersive arena atmosphere built for winners." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-building_23-2150921075.jpg", imageAlt: "Neon Gaming Cafe Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg", imageAlt: "Esports Gaming Arena" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-building_23-2150921075.jpg?_wi=1", imageAlt: "Neon Gaming Cafe Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg?_wi=1", imageAlt: "Esports Gaming Arena" }, { imageSrc: "http://img.b2bpic.net/free-photo/blue-keyboard-with-lights-high-angle_23-2149680222.jpg", imageAlt: "Professional Gaming Gear" }, { imageSrc: "http://img.b2bpic.net/free-photo/esports-championship-stage-3d-illustration_1419-2787.jpg", imageAlt: "Neon Gaming Cafe Interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/hackers-detected-by-police-collecting-technology-equipment-running-from-abandoned-warehouse-scared-internet-scammers-stopped-by-cybercops-while-breaking-into-database-server_482257-64004.jpg", imageAlt: "Esports Gaming Arena" } @@ -123,13 +123,13 @@ export default function LandingPage() { "Tournament PC", "240Hz Monitor", "Priority Internet", "Pro Gear"], button: { text: "Book Pro Rig"}, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-building_23-2150921075.jpg", imageAlt: "gaming lounge design"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-building_23-2150921075.jpg?_wi=2", imageAlt: "gaming lounge design"}, { id: "night", title: "All-Nighter", price: "$45", period: "session", features: [ "8-Hour Pass", "Unlimited Energy Drink", "Tournament Rig"], button: { text: "Reserve Now"}, - imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg", imageAlt: "gaming lounge design"}, + imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg?_wi=2", imageAlt: "gaming lounge design"}, ]} title="Choose Your Session" description="Flexible pricing for competitive grinding or weekend casuals." -- 2.49.1