From 1b1109c175de68aabf6f68fe66914de5b7c9a796 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:26:46 +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 aedad1d..76b0d2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,22 +166,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Peter Rhett", handle: "Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, { id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=3"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, { id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, { id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=4"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, { id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=600&h=600&auto=format&fit=crop&_wi=6"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, { id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1581578731548-c64695cc6952?q=80&w=600&h=600&auto=format&fit=crop&_wi=5"}, + imageSrc: "https://images.unsplash.com/photo-1636953056323-9413247971fc?q=80&w=600&h=600&auto=format&fit=crop&q=80&w=600&h=600&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}, ]} showRating={true} title="What Our Clients Say" -- 2.49.1