From 345aa477773354b5542212de42fdc6ff6c4710c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:07:03 +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 0b0354b..05e65fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg?_wi=1", imageAlt: "neon gaming aesthetic", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg?_wi=1", imageAlt: "cyberpunk digital city", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { description: "Thousands of titles ranging from puzzles to action-packed adventures.", bentoComponent: "reveal-icon", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg?_wi=2", imageAlt: "gaming hardware blue neon", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { description: "Challenge friends and climb the global leaderboards effortlessly.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg?_wi=2", imageAlt: "gaming hardware blue neon", }, ]} -- 2.49.1