From 9e9d4344072d735ba5b9633a68675384c18db5d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 324e828..29f1d11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,19 +63,19 @@ export default function LandingPage() { imageAlt: "Hero Luxury Watch 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg?_wi=1", imageAlt: "Hero Luxury Watch 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-light-daily-man-smartwatch_1127-2614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-light-daily-man-smartwatch_1127-2614.jpg?_wi=1", imageAlt: "Hero Luxury Watch 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg?_wi=2", imageAlt: "Hero Luxury Watch 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=1", imageAlt: "Hero Luxury Watch 5", }, ]} @@ -164,13 +164,13 @@ export default function LandingPage() { id: "1", name: "Vintage Mechanical", price: "Rp 55.000.000", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg?_wi=3", }, { id: "2", name: "Professional Chrono", price: "Rp 85.000.000", - imageSrc: "http://img.b2bpic.net/free-photo/male-light-daily-man-smartwatch_1127-2614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-light-daily-man-smartwatch_1127-2614.jpg?_wi=2", }, { id: "3", @@ -182,19 +182,19 @@ export default function LandingPage() { id: "4", name: "Elite Diver Watch", price: "Rp 45.000.000", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg?_wi=4", }, { id: "5", name: "Skeleton Master", price: "Rp 95.000.000", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=2", }, { id: "6", name: "Heritage Limited", price: "Rp 150.000.000", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=1", }, ]} title="Koleksi Kurasi Pilihan" @@ -224,7 +224,7 @@ export default function LandingPage() { { id: "4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=2", }, { id: "5", -- 2.49.1