From 41ac6070ef21c7a3ba1d9b311f50a5f021cb2a31 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:24:12 +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 40a37eb..773fe99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,32 +74,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=1", imageAlt: "Tech Comparison", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=2", imageAlt: "Real-time Prices", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=3", imageAlt: "Compare Ratings", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=4", imageAlt: "Best Deals", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=5", imageAlt: "User Reviews", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg?_wi=6", imageAlt: "Shop Fast", }, ]} -- 2.49.1