From b245f779e877b21924ec1d8ed3d85b81ee0c356a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 15:06:25 +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 25f53a0..ff2f8a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Miller", handle: "Local Resident", testimonial: "Fast service and professional. Fixed my leak in under an hour.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"}, + id: "1", name: "Sarah Miller", handle: "Local Resident", testimonial: "Fast service and professional. Fixed my leak in under an hour.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=1"}, { id: "2", name: "David Wilson", handle: "Riverfront Plaza Tenant", testimonial: "Highly recommend Paul's Plumbers. Reliable and great work.", imageSrc: "http://img.b2bpic.net/free-photo/friends-high-fiving-each-other-beer-pong-game_23-2149431325.jpg"}, { @@ -96,7 +96,7 @@ export default function LandingPage() { { id: "4", name: "Mark Stevens", handle: "Tucson Resident", testimonial: "Top notch plumbing services! Will use again.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-gardening-indoors_23-2148509861.jpg"}, { - id: "5", name: "Jessica Lee", handle: "Property Manager", testimonial: "They always arrive on time and get the job done right. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg"}, + id: "5", name: "Jessica Lee", handle: "Property Manager", testimonial: "They always arrive on time and get the job done right. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/womens-happy-about-success_23-2148461402.jpg?_wi=2"}, ]} title="Customer Reviews" description="Trusted by 165+ customers with a 4.9 rating." -- 2.49.1