From a4f42f4736d5c1d42a401944960a12a18ec6a4e6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:21 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f9f869c..1e6470f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -112,15 +112,15 @@ export default function AboutPage() { { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Area", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Sarah Mitchell testimonial"}, { id: "2", name: "James Rodriguez", role: "Property Manager", company: "Metro Properties", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Rodriguez testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "James Rodriguez testimonial"}, { id: "3", name: "Michelle Chen", role: "Homeowner", company: "Westside District", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michelle Chen testimonial"}, + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", imageAlt: "Michelle Chen testimonial"}, ]} kpiItems={[ { value: "10,000+", label: "Happy Customers Served" }, @@ -151,7 +151,7 @@ export default function AboutPage() { {/* Footer */}