From 1a76f84886f5eb8b1077f285d14937d6a81e7ae1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:35:00 +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 86e289b..1a70a30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="We Keep You Moving." description="A&M Motors is your local expert for all vehicle repairs — from diagnostics to full engine work. Honest service, quality parts, fair prices." testimonials={[ - { name: "Sarah M.", handle: "@sarahm", testimonial: "Excellent diagnostics and fast service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg", imageAlt: "automotive repair shop tools workbench" }, + { name: "Sarah M.", handle: "@sarahm", testimonial: "Excellent diagnostics and fast service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=1", imageAlt: "automotive repair shop tools workbench" }, { name: "David K.", handle: "@davidk", testimonial: "Honest, reliable and fairly priced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg", imageAlt: "professional mechanic smiling garage" }, - { name: "Priya L.", handle: "@priyal", testimonial: "Knowledgeable and very refreshing.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg", imageAlt: "happy customer portrait car garage" }, - { name: "James T.", handle: "@jamest", testimonial: "Professional and transparent, a rare find.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg", imageAlt: "woman satisfied with auto service" }, - { name: "Mark R.", handle: "@markr", testimonial: "Best service in town, never going anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "portrait of customer at garage" }, + { name: "Priya L.", handle: "@priyal", testimonial: "Knowledgeable and very refreshing.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg?_wi=1", imageAlt: "happy customer portrait car garage" }, + { name: "James T.", handle: "@jamest", testimonial: "Professional and transparent, a rare find.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mechanical-woman-holding-wrench-fix-car_23-2148327534.jpg?_wi=1", imageAlt: "woman satisfied with auto service" }, + { name: "Mark R.", handle: "@markr", testimonial: "Best service in town, never going anywhere else.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg?_wi=1", imageAlt: "portrait of customer at garage" }, ]} tag="Trusted Vehicle Repair" - imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/auto-repairman-working-computer-while-doing-car-diagnostic-with-his-coworker-workshop_637285-7640.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg", alt: "Customer 1" }, @@ -103,9 +103,9 @@ export default function LandingPage() {