From 26c599bd4950864dbf6a0e3219606a6541cc41f3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:07:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e55f889..b1b4e97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Barry's fixed our water heater emergency in under 2 hours. Professional and affordable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer portrait smiling professional" + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=1", imageAlt: "happy customer portrait smiling professional" }, { name: "James Rodriguez", handle: "Property Manager", testimonial: "Reliable service every time. They show up on time and solve problems right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", imageAlt: "professional portrait smiling woman" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=1", imageAlt: "professional portrait smiling woman" }, { name: "Jennifer Adams", handle: "Homeowner", testimonial: "Called at midnight for a burst pipe. They came immediately and saved us from major damage.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "professional headshot man smiling" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1", imageAlt: "professional headshot man smiling" }, { name: "Michael Chen", handle: "Homeowner", testimonial: "Best plumber in Bellevue. Fair pricing, honest work, and they actually listen to you.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", imageAlt: "satisfied customer portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=1", imageAlt: "satisfied customer portrait headshot" } ]} testimonialRotationInterval={5000} @@ -134,22 +134,22 @@ export default function LandingPage() {