From ccd716caff1cb520685928a1923527add0fc4268 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:54:54 +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 7335dca..6a6a555 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,12 +77,12 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg?_wi=1", imageAlt: "luxury beauty studio portrait", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg?_wi=1", imageAlt: "professional makeup artist work", }, { @@ -157,7 +157,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-white-paint-wall-paper-background_53876-97494.jpg?_wi=2", imageAlt: "skincare product close up", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-christmas-holding-christmas-tree-toys-front-her-eyes_1303-11807.jpg?_wi=2", imageAlt: "skincare product close up", }, ]} -- 2.49.1