From da46c36b25ac0faf47fd82e839204258b8a0b680 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:47:07 +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 e40e9a7..48addf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,20 +44,20 @@ export default function LandingPage() { title="Timeless Precision" 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", imageAlt: "Watch Collection 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg", imageAlt: "Watch Collection 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg", imageAlt: "Watch Collection 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", imageAlt: "Watch Collection 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Watch Collection 5" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-laptop_23-2148794634.jpg", imageAlt: "Watch Collection 6" } + { 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?_wi=1", imageAlt: "Watch Collection 2" }, + { 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?_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?_wi=1", imageAlt: "Watch Collection 5" }, + { 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", imageAlt: "Watch Detail 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Watch Detail 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", imageAlt: "Watch Detail 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-checking-her-watch_23-2149457699.jpg", imageAlt: "Watch Detail 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/arrangement-traditional-japanese-crafting-object_23-2149048385.jpg", 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", imageAlt: "Watch Detail 6" } + { 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?_wi=2", imageAlt: "Watch Detail 2" }, + { 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?_wi=2", imageAlt: "Watch Detail 4" }, + { 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?_wi=2", imageAlt: "Watch Detail 6" } ]} buttons={[{ text: "Shop Collection", href: "#products" }]} avatars={[ -- 2.49.1