From 9388e80ee314c6f80e0227019ea6177b87f0e86e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:46:56 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 93e9467..01dc3c5 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -60,14 +60,14 @@ export default function ReviewsPage() { title="What Our Customers Say" description="Real reviews from homeowners, landscapers, and business owners who trust Andy's Lawn Mower Repair" testimonials={[ - { id: "1", name: "Sarah Mitchell", handle: "Homeowner, Watertown", testimonial: "Fast service at fair prices. My mower wouldn't start, and Andy had it running again in two days. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg", imageAlt: "Sarah Mitchell" }, - { id: "2", name: "James Rodriguez", handle: "Property Manager", testimonial: "Excellent turnaround time on all our equipment repairs. The technicians are professional and knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageAlt: "James Rodriguez" }, - { id: "3", name: "Linda Chen", handle: "Small Business Owner", testimonial: "Been using Andy's for zero-turn mower maintenance for three years. Always reliable, never let us down.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg", imageAlt: "Linda Chen" }, - { id: "4", name: "Tom Bradley", handle: "Landscaper", testimonial: "The transparent pricing and honest advice set them apart. They fixed my mower right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Tom Bradley" }, - { id: "5", name: "Patricia Johnson", handle: "Homeowner, Watertown", testimonial: "Called for an emergency repair and they fit me in the same day. Professional and efficient service.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg", imageAlt: "Patricia Johnson" }, - { id: "6", name: "Mark Stevens", handle: "Golf Course Manager", testimonial: "We trust Andy's with all our mower maintenance. They keep our equipment running smoothly all season.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageAlt: "Mark Stevens" }, - { id: "7", name: "Jennifer Walsh", handle: "Business Owner, Watertown", testimonial: "Outstanding customer service and expert workmanship. This is my go-to place for all mower repairs. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg", imageAlt: "Jennifer Walsh" }, - { id: "8", name: "David Peterson", handle: "Landscaping Company", testimonial: "Reliable, professional, and honest. Andy's has become a trusted partner for our equipment maintenance needs.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", imageAlt: "David Peterson" } + { id: "1", name: "Sarah Mitchell", handle: "Homeowner, Watertown", testimonial: "Fast service at fair prices. My mower wouldn't start, and Andy had it running again in two days. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg?_wi=3", imageAlt: "Sarah Mitchell" }, + { id: "2", name: "James Rodriguez", handle: "Property Manager", testimonial: "Excellent turnaround time on all our equipment repairs. The technicians are professional and knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=3", imageAlt: "James Rodriguez" }, + { id: "3", name: "Linda Chen", handle: "Small Business Owner", testimonial: "Been using Andy's for zero-turn mower maintenance for three years. Always reliable, never let us down.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg?_wi=2", imageAlt: "Linda Chen" }, + { id: "4", name: "Tom Bradley", handle: "Landscaper", testimonial: "The transparent pricing and honest advice set them apart. They fixed my mower right the first time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "Tom Bradley" }, + { id: "5", name: "Patricia Johnson", handle: "Homeowner, Watertown", testimonial: "Called for an emergency repair and they fit me in the same day. Professional and efficient service.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg?_wi=4", imageAlt: "Patricia Johnson" }, + { id: "6", name: "Mark Stevens", handle: "Golf Course Manager", testimonial: "We trust Andy's with all our mower maintenance. They keep our equipment running smoothly all season.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=4", imageAlt: "Mark Stevens" }, + { id: "7", name: "Jennifer Walsh", handle: "Business Owner, Watertown", testimonial: "Outstanding customer service and expert workmanship. This is my go-to place for all mower repairs. Worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg?_wi=5", imageAlt: "Jennifer Walsh" }, + { id: "8", name: "David Peterson", handle: "Landscaping Company", testimonial: "Reliable, professional, and honest. Andy's has become a trusted partner for our equipment maintenance needs.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=5", imageAlt: "David Peterson" } ]} textboxLayout="default" useInvertedBackground={false}