From c925dc6771ed920a5164a99afe54b652ab84c49e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:30:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f050541..65d048f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,22 +146,22 @@ export default function ATFZGaragePage() { animationType="slide-up" testimonials={[ { - id: "testimonial-1", name: "Marcus Thompson", role: "Business Owner", testimonial: "ATFZGARAGE saved me so much time. Instead of driving to a workshop, they came to my office and fixed my car during lunch. Professional, quick, and fairly priced!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" + id: "testimonial-1", name: "Marcus Thompson", role: "Business Owner", testimonial: "ATFZGARAGE saved me so much time. Instead of driving to a workshop, they came to my office and fixed my car during lunch. Professional, quick, and fairly priced!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Thompson" }, { - id: "testimonial-2", name: "Sarah Williams", role: "Freelance Consultant", testimonial: "Broke down on the highway and ATFZGARAGE was there within an hour. The technician diagnosed and fixed the issue roadside. Absolutely reliable and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Williams" + id: "testimonial-2", name: "Sarah Williams", role: "Freelance Consultant", testimonial: "Broke down on the highway and ATFZGARAGE was there within an hour. The technician diagnosed and fixed the issue roadside. Absolutely reliable and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Williams" }, { - id: "testimonial-3", name: "David Chen", role: "Fleet Manager", testimonial: "We use ATFZGARAGE for our company vehicles. Transparent pricing, professional service, and they never let us down. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" + id: "testimonial-3", name: "David Chen", role: "Fleet Manager", testimonial: "We use ATFZGARAGE for our company vehicles. Transparent pricing, professional service, and they never let us down. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen" }, { - id: "testimonial-4", name: "Jennifer Lopez", role: "Healthcare Professional", testimonial: "As a busy nurse, I couldn't afford downtime on my car. ATFZGARAGE fixed my suspension issues while I was at home. Convenient and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Lopez" + id: "testimonial-4", name: "Jennifer Lopez", role: "Healthcare Professional", testimonial: "As a busy nurse, I couldn't afford downtime on my car. ATFZGARAGE fixed my suspension issues while I was at home. Convenient and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Lopez" }, { - id: "testimonial-5", name: "Robert Martinez", role: "Retail Owner", testimonial: "The honest approach to pricing and quick turnaround times make ATFZGARAGE stand out. No BS, just quality work. Been a customer for three years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" + id: "testimonial-5", name: "Robert Martinez", role: "Retail Owner", testimonial: "The honest approach to pricing and quick turnaround times make ATFZGARAGE stand out. No BS, just quality work. Been a customer for three years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Martinez" }, { - id: "testimonial-6", name: "Angela Foster", role: "Educator", testimonial: "Battery died, and ATFZGARAGE had me sorted within 30 minutes. Professional, courteous, and they even explained the work. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Angela Foster" + id: "testimonial-6", name: "Angela Foster", role: "Educator", testimonial: "Battery died, and ATFZGARAGE had me sorted within 30 minutes. Professional, courteous, and they even explained the work. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Angela Foster" } ]} /> -- 2.49.1