From e6fe5b9160edd15eca857488b830fd085a7d2735 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:15 +0000 Subject: [PATCH 1/2] 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 5141cf1..1066324 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,13 +90,13 @@ export default function AboutPage() { testimonials={[ { id: "1", name: "John Mitchell", role: "Project Manager", company: "BuildRight Construction", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"}, { id: "2", name: "Sarah Chen", role: "Procurement Lead", company: "TechManufacturing Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"}, { id: "3", name: "Michael Rodriguez", role: "Operations Director", company: "Industrial Solutions Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -108,7 +108,7 @@ export default function AboutPage() { {/* Footer */}