From b46e4491530dbbd9bf453a816d8bb6cfcb6bf642 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a67094..7d6ac1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="Discover our exclusive collection of luxury watches, curated for the modern connoisseur. Precision engineering meets unmatched elegance." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg?_wi=1", imageAlt: "Watch Collection 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg?_wi=1", imageAlt: "Watch Collection 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg?_wi=1", imageAlt: "Watch Collection 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg?_wi=1", imageAlt: "Watch Collection 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=1", imageAlt: "Watch Collection 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-laptop_23-2148794634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-laptop_23-2148794634.jpg?_wi=1", imageAlt: "Watch Collection 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-laptop_23-2148794634.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-laptop_23-2148794634.jpg?_wi=2", imageAlt: "Watch Detail 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=2", imageAlt: "Watch Detail 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg?_wi=2", imageAlt: "Watch Detail 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg?_wi=2", imageAlt: "Watch Detail 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg?_wi=2", imageAlt: "Watch Detail 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-model-dressed-warm-overcoat-posing-studio_158538-11456.jpg?_wi=2", imageAlt: "Watch Detail 6", }, ]} -- 2.49.1