From b9bc2dca1849e56bd07b656a51e1da5c53be2e50 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 01:03:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df007bc..51acca9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=1", imageAlt: "Brawler Battle 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg?_wi=1", imageAlt: "Brawler Battle 2", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=2", imageAlt: "brawl stars character arena battle", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-powder-splash-with-dark-background_23-2149339826.jpg?_wi=2", imageAlt: "brawl stars character arena battle", }, ]} @@ -289,7 +289,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/8-bits-characters-gaming-assets_23-2151143662.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-addiction-illustrated_23-2151873449.jpg?_wi=3", imageAlt: "brawl stars character arena battle", }, ]} -- 2.49.1