From b0802c2ad95e8bacf82c1ea757d217066fa7c0d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:17:28 +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 2ed1124..b8344b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { { id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-checking-his-watch-before-starting-run_23-2147600778.jpg", imageAlt: "Sports watch luxury performance"}, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Elegant timepiece luxury wrist"}, + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=1", imageAlt: "Elegant timepiece luxury wrist"}, { id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/hands-craftswoman-using-pliers_107420-65193.jpg", imageAlt: "Heritage luxury watch vintage"}, ]} @@ -134,7 +134,7 @@ export default function HomePage() { isFavorited: false, }, { - id: "watch-005", name: "Rolex Sea-Dweller", price: "$12,450", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg", imageAlt: "Rolex Sea-Dweller dive watch", initialQuantity: 1, + id: "watch-005", name: "Rolex Sea-Dweller", price: "$12,450", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wristwatch-with-accurate-minute-hand-detail-generated-by-ai_188544-27738.jpg?_wi=2", imageAlt: "Rolex Sea-Dweller dive watch", initialQuantity: 1, isFavorited: false, }, { -- 2.49.1