From c0d5066ef253639ba969352fbdd00ee7556affc8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:58:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e61cb37..875fecd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,15 +45,16 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg?_wi=1", imageAlt: "Freshly washed shiny motorcycle" + imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg", imageAlt: "Freshly washed shiny motorcycle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg?_wi=2", imageAlt: "Detail view of clean motorcycle" + imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg", imageAlt: "Detail view of clean motorcycle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg?_wi=3", imageAlt: "Motorcycle wetlook finish" + imageSrc: "http://img.b2bpic.net/free-photo/top-angle-view-cropped-biker-polishing-pipe-his-motorcycle_1098-19056.jpg", imageAlt: "Motorcycle wetlook finish" } ]} + mediaAnimation="none" buttons={[ { text: "Pesan Sekarang", href: "#contact" }, { text: "Hubungi: 0878-8901-6905", href: "tel:+6287889016905" } @@ -114,11 +115,11 @@ export default function LandingPage() { }, { id: "2", name: "Wirya Channel", handle: "@wiryachannel", testimonial: "Bapak dan ibunya ramah sekali. Layanan cepat dan hasil sangat memuaskan. Akan datang lagi!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Wirya Channel" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Wirya Channel" }, { id: "3", name: "Yoga Pradana", handle: "@yogapradana1341", testimonial: "Finishing silicone-nya membuat motor terlihat premium. Harganya sangat terjangkau untuk kualitas ini.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Yoga Pradana" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Yoga Pradana" }, { id: "4", name: "Siti Hartono", handle: "@sitihartono", testimonial: "Tempat terbaik untuk cuci motor di Batubulan. Staf profesional, hasil maksimal. Sangat merekomendasikan!", rating: 5, -- 2.49.1