diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7b07502..f3cdb12 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -71,12 +71,12 @@ export default function LandingPage() { { id: "1", name: "Advocacy Lead", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg?_wi=3", }, { id: "2", name: "Content Producer", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg?_wi=2", }, ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() {