From fedf01fdf875fdc3692bd0926683503b854be1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:29:43 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {