From 68af60bbc2bd162ec1e55341d548362ae62a8612 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:39:58 +0000 Subject: [PATCH 1/6] 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 d2df1b7..9fc1757 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -63,7 +63,7 @@ export default function AboutPage() { role: "Property Buyer", company: "Hassan Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg?_wi=2", imageAlt: "professional business portrait headshot" }, { @@ -72,7 +72,7 @@ export default function AboutPage() { role: "Real Estate Investor", company: "Al-Mansouri Holdings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=2", imageAlt: "professional woman business portrait photo" }, { @@ -81,7 +81,7 @@ export default function AboutPage() { role: "Business Owner", company: "Al-Khaldi Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-handsome-business-man-suit_613910-11300.jpg?_wi=2", imageAlt: "professional businessman corporate portrait" } ]} @@ -113,7 +113,7 @@ export default function AboutPage() {