From a7971a7fe8b6fce33a8beb5fd49b06e3658a8cd7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:06:04 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]}