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"