From e4dfece620561c82d279cf2796b5ba9c3686215b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cd9e2d..f08aa4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,11 +60,11 @@ export default function LandingPage() { testimonials={[ { name: "Jennifer M.", handle: "Local Business Owner", testimonial: "They arrived within the hour and solved everything perfectly. Best service in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1" }, { name: "Robert T.", handle: "Homeowner", testimonial: "Professional, courteous, and fair pricing. I'll use them again and again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1" } ]} mediaAnimation="slide-up" @@ -130,11 +130,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Local Family", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Downtown Shop", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2" }, { id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Residential Complex", rating: 5, @@ -142,7 +142,7 @@ export default function LandingPage() { }, { id: "4", name: "David Kim", role: "Contractor", company: "Local Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3" } ]} kpiItems={[ -- 2.49.1