From a8c1cb218ead12467de50f0b9df3881c357839d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 14:24:03 +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 81b1bec..6c89ff2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,7 +61,7 @@ export default function AboutPage() { role: "Head of Digital Marketing", company: "TechGrowth Inc.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2", imageAlt: "Sarah Johnson, Head of Digital Marketing at TechGrowth Inc." }, { @@ -70,7 +70,7 @@ export default function AboutPage() { role: "Campaign Director", company: "Global Ad Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-analysing-charts-laptop-start-up-business-meeting-room_482257-5026.jpg?_wi=2", imageAlt: "Michael Chen, Campaign Director at Global Ad Solutions" }, { @@ -79,7 +79,7 @@ export default function AboutPage() { role: "CEO", company: "Innovate Media Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2", imageAlt: "Elena Rodriguez, CEO at Innovate Media Group" } ]} @@ -101,7 +101,7 @@ export default function AboutPage() {