From 2fca1b72e227beae13b1ac069b9a29262c665e8b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:38:58 +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 a7583e3..192089b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,10 +89,10 @@ export default function MotocareApp() { products={[ { id: "booking-1", brand: "Booking #001", name: "Service Rutin Motor", price: "Rp 350.000", rating: 5, - reviewCount: "Est. 2 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg", imageAlt: "soft gradient background design"}, + reviewCount: "Est. 2 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg?_wi=1", imageAlt: "soft gradient background design"}, { id: "booking-2", brand: "Booking #002", name: "Perbaikan Rem", price: "Rp 550.000", rating: 5, - reviewCount: "Est. 3 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg", imageAlt: "soft gradient background design"}, + reviewCount: "Est. 3 jam", imageSrc: "http://img.b2bpic.net/free-photo/dark-green-wall_53876-90733.jpg?_wi=2", imageAlt: "soft gradient background design"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" -- 2.49.1