From cf4a9f865569a4d06a9fde7c159262d0eb8dd21e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 09:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4d98ad..8046b08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,17 +71,17 @@ export default function LandingPage() { carouselItems={[ { id: "slide-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pro-streamer-streaming-videogame-talking-into-headset_482257-112403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pro-streamer-streaming-videogame-talking-into-headset_482257-112403.jpg?_wi=1", imageAlt: "gaming server dashboard interface", }, { id: "slide-2", - imageSrc: "http://img.b2bpic.net/free-photo/dystopian-scene-with-destroyed-landscape-apocalyptic-atmosphere_23-2150461586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dystopian-scene-with-destroyed-landscape-apocalyptic-atmosphere_23-2150461586.jpg?_wi=1", imageAlt: "competitive shooter action scene", }, { id: "slide-3", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg?_wi=1", imageAlt: "dark digital tech background", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { imageAlt: "fast server speed motion", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pro-streamer-streaming-videogame-talking-into-headset_482257-112403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-pro-streamer-streaming-videogame-talking-into-headset_482257-112403.jpg?_wi=2", imageAlt: "fast server speed motion", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageAlt: "ddos protection cyber security", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/dystopian-scene-with-destroyed-landscape-apocalyptic-atmosphere_23-2150461586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dystopian-scene-with-destroyed-landscape-apocalyptic-atmosphere_23-2150461586.jpg?_wi=2", imageAlt: "fast server speed motion", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { imageAlt: "gaming hardware performance", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg?_wi=2", imageAlt: "fast server speed motion", }, ]} -- 2.49.1