diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 869590d..d2943a3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { description: "Focusing on ROI and transparent reporting for every campaign.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-people-meeting-with-coffee_23-2148817103.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/smiley-people-meeting-with-coffee_23-2148817103.jpg" imageAlt="diverse marketing team collaborating" mediaAnimation="slide-up" /> @@ -119,21 +119,21 @@ export default function LandingPage() { id: "1", name: "Sarah Chen", role: "Chief Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", imageAlt: "professional headshot woman smiling", }, { id: "2", name: "Michael Lee", role: "Head of Content", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-using-digital-tablet-airport_107420-95868.jpg", imageAlt: "professional headshot man smiling", }, { id: "3", name: "Jessica Kim", role: "Analytics Lead", - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095775.jpg", imageAlt: "professional headshot woman confident", }, ]} @@ -144,6 +144,7 @@ export default function LandingPage() {