Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:39:03 +00:00

View File

@@ -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"