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() {