From c2b9518bd2afbc3af72106b864c1edf50b8134a1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:31:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43f5e0e..36581d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { tag="Expert Auto Care" buttons={[{ text: "Get a Quote", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg", imageAlt: "Engine close up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg", imageAlt: "Mechanic at work" } + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=1", imageAlt: "Engine close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=1", imageAlt: "Mechanic at work" } ]} mediaAnimation="slide-up" rating={5} @@ -78,7 +78,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Engine & Power", description: "High performance engine tuning and diagnostics.", media: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg", imageAlt: "Engine" }, + title: "Engine & Power", description: "High performance engine tuning and diagnostics.", media: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-man-uniform-repairing-car-garage-service-station_613910-4841.jpg?_wi=2", imageAlt: "Engine" }, items: [ { icon: Zap, text: "Tuning" }, { icon: Activity, text: "Diagnosis" }, @@ -86,7 +86,7 @@ export default function LandingPage() { reverse: false }, { - title: "Chassis & Brake", description: "Ensure total safety with our brake and suspension specialized care.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg", imageAlt: "Mechanic" }, + title: "Chassis & Brake", description: "Ensure total safety with our brake and suspension specialized care.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg?_wi=2", imageAlt: "Mechanic" }, items: [ { icon: Disc, text: "Brake System" }, { icon: Settings, text: "Suspension" }, @@ -105,11 +105,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Budi Santoso", role: "CEO", company: "Tech Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg" }, - { id: "2", name: "Siti Rahma", role: "Director", company: "Growth Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg" }, + { id: "1", name: "Budi Santoso", role: "CEO", company: "Tech Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg?_wi=1" }, + { id: "2", name: "Siti Rahma", role: "Director", company: "Growth Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg?_wi=1" }, { id: "3", name: "Andi Wijaya", role: "Entrepreneur", company: "Innovate Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-laptop_1170-1319.jpg" }, - { id: "4", name: "Dedi Kurniawan", role: "Manager", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg" }, - { id: "5", name: "Rina Lestari", role: "Consultant", company: "Global Partners", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg" }, + { id: "4", name: "Dedi Kurniawan", role: "Manager", company: "Startup XYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-drinking-coffee-by-his-car_1303-31588.jpg?_wi=2" }, + { id: "5", name: "Rina Lestari", role: "Consultant", company: "Global Partners", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-smiling-guy-glasses-man-shows-thumbs-up-sits-cafe-with-laptop-recommends-website_1258-245425.jpg?_wi=2" }, ]} kpiItems={[ { value: "4.8★", label: "Google Rating" }, -- 2.49.1