From 4c4fb6a326ea057b47ca55346a6f06972ea1ba84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:41:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 846c6aa..6124999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg?_wi=1", imageAlt: "Futuristic gaming setup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg?_wi=1", imageAlt: "VR gaming experience", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg?_wi=1", imageAlt: "Gaming keyboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg?_wi=1", imageAlt: "Cyberpunk combat", }, { @@ -93,28 +93,28 @@ export default function LandingPage() { title: "Ultra-Fast Engine", description: "High-fidelity physics and minimal latency for unmatched speed.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gamer-chair-with-multicolored-neon-lights_52683-99743.jpg?_wi=2", imageAlt: "gaming room setup", }, { title: "Secure Transactions", description: "Bank-grade security protocols ensuring your digital items are safe.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-virtual-reality-goggles-video-game_23-2148815681.jpg?_wi=2", imageAlt: "vr headset gaming", }, { title: "Global Community", description: "Play with millions in massive, stable multi-player environments.", buttonIcon: "Globe", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-key-top-view_23-2149680277.jpg?_wi=2", imageAlt: "mechanical gaming keyboard", }, { title: "Pro Performance", description: "Dynamic scaling ensures fluid gameplay regardless of your hardware.", buttonIcon: "Rocket", - imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-airplane-flying-through-fantasy-world_23-2151752663.jpg?_wi=2", imageAlt: "futuristic action video game", }, ]} -- 2.49.1