From 1b234033e022c2db6cc55a3a9152645a34a1fa49 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 10:07:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 956ed4e..20fe9c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29560.jpg?_wi=1", imageAlt: "Fashion Model", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29560.jpg?_wi=2", imageAlt: "ai digital assistant interface", }, ]} -- 2.49.1