From 6bbf3db9e4eb28ef12df2e4b02a4d69956f0942a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:51:53 +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 6f3ecc6..e7ffc16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,16 +65,16 @@ export default function AnyTimePlumbingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Verified Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=1"}, { id: "2", name: "John Rodriguez", role: "Property Manager", company: "Verified Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=2"}, { id: "3", name: "Emily Chen", role: "Business Owner", company: "Verified Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=3"}, { id: "4", name: "Michael Thompson", role: "Homeowner", company: "Verified Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-executive-laughing-while-talking-phone_1139-343.jpg?_wi=4"}, ]} kpiItems={[ { value: "2,500+", label: "Satisfied Customers" },