From ffa9e625720ffd8714da26150e0dbcf689530c50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 07:45:09 +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 986a7a4..b61acfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Owner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg?_wi=1"}, { id: "2", name: "Michael K.", role: "Owner", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-yorkshire-terrier_329181-10904.jpg"}, @@ -114,7 +114,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-summer-park-with-dog_1157-22839.jpg"}, { id: "5", name: "Jessica M.", role: "Owner", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/this-is-day-with-my-little-puppies_329181-11563.jpg?_wi=2"}, ]} title="What Our Owners Say" description="Trusted by loyal clients for over 14 years." -- 2.49.1