From 9c7e4dd904f454aaca71d9c960d4b3a07a30904a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:31:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ddd6762..e3584c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,11 +117,11 @@ export default function LandingPage() { { id: "1", name: "James Mitchell", role: "SUV Owner", testimonial: "ProMech fixed my transmission issue with incredible expertise. The staff was knowledgeable and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Mitchell"}, { - id: "2", name: "Sarah Johnson", role: "Sedan Owner", testimonial: "Great service and fair pricing. They were transparent about what needed to be done and what could wait. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson"}, + id: "2", name: "Sarah Johnson", role: "Sedan Owner", testimonial: "Great service and fair pricing. They were transparent about what needed to be done and what could wait. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "3", name: "Michael Chen", role: "Truck Owner", testimonial: "Been taking my truck to ProMech for 5 years. Consistent quality work and they always treat my vehicle with care.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Michael Chen"}, { - id: "4", name: "Emily Rodriguez", role: "Hybrid Owner", testimonial: "They took time to explain all the repairs needed for my hybrid. Honest service that saved me money in the long run.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"}, + id: "4", name: "Emily Rodriguez", role: "Hybrid Owner", testimonial: "They took time to explain all the repairs needed for my hybrid. Honest service that saved me money in the long run.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, ]} /> -- 2.49.1