From b2c3315e87424c486233fe85957722528f17bcea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:23:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba8c3d0..d3d98f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,14 +83,14 @@ export default function LandingPage() { handle: "@JulieM", testimonial: "Been bringing my dogs to Denise for 8+ years. The consistency and care are unmatched. Wouldn't trust anyone else!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1", }, { name: "Bryce K.", handle: "@BryceK", testimonial: "Denise saved us from so much worry! She noticed an ear infection during grooming, something we missed. True professionals who care about your pet's health.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -292,7 +292,7 @@ export default function LandingPage() { role: "Client", company: "TopKnot Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2", videoAriaLabel: "Testimonial from Julie M.", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { role: "Client", company: "Grateful Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2", videoAriaLabel: "Testimonial from Bryce K.", }, { -- 2.49.1