diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6d2d300..7fed346 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,28 +81,28 @@ export default function AboutPage() { id: "1", name: "Sarah Johnson", role: "CEO & Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg?_wi=1", imageAlt: "Sarah Johnson CEO", }, { id: "2", name: "Michael Chen", role: "CTO & Lead Developer", - imageSrc: "http://img.b2bpic.net/free-photo/group-concentrated-women-studying-new-project_74855-4274.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-concentrated-women-studying-new-project_74855-4274.jpg?_wi=1", imageAlt: "Michael Chen CTO", }, { id: "3", name: "Emily Rodriguez", role: "Lead Designer", - imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-big-smile_1098-799.jpg?_wi=1", imageAlt: "Emily Rodriguez Designer", }, { id: "4", name: "David Kim", role: "Strategy Lead", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg?_wi=1", imageAlt: "David Kim Strategy Lead", }, ]} @@ -115,7 +115,7 @@ export default function AboutPage() {