From 9bc12e98e0f4788e582d3347908a9ff267a9f8d0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:55:19 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5bc6a73..c17e3dc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -73,7 +73,7 @@ export default function AboutPage() { }, ]} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg" + imageSrc="http://img.b2bpic.net/free-photo/set-up-studio-shoot_53876-144951.jpg?_wi=2" imageAlt="Venti Art Studio production setup" mediaAnimation="slide-up" textboxLayout="default" @@ -128,22 +128,22 @@ export default function AboutPage() { { id: "1", name: "Ahmed Al-Mansouri", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275677.jpg?_wi=2", }, { id: "2", name: "Fatima Al-Rashdi", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2", }, { id: "3", name: "Mohammed Al-Balushi", - imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg?_wi=2", }, { id: "4", name: "Layla Al-Harami", - imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg?_wi=2", }, ]} containerClassName="py-16 md:py-24 flex items-center justify-center" @@ -156,7 +156,7 @@ export default function AboutPage() { {/* Footer */}