diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7ed86a3..de2dcdc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,21 +87,21 @@ export default function AboutPage() { id: "1", name: "Zarina K.", role: "Fashion Director", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2", imageAlt: "Zarina K., Fashion Director", }, { id: "2", name: "Akmal M.", role: "Creative Lead", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg?_wi=2", imageAlt: "Akmal M., Creative Lead", }, { id: "3", name: "Dilnoza P.", role: "Brand Manager", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280713.jpg?_wi=2", imageAlt: "Dilnoza P., Brand Manager", }, ]}