From 41a842e990aa2a7865484c3e7f49d2d0da2de55b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:35:58 +0000 Subject: [PATCH] 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 7076e4a..d35305a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,42 +55,42 @@ export default function AboutPage() { id: "1", name: "James Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Mitchell", }, { id: "2", name: "David Chen", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=2", imageAlt: "David Chen", }, { id: "3", name: "Michael Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=2", imageAlt: "Michael Rodriguez", }, { id: "4", name: "Alexander Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2", imageAlt: "Alexander Thompson", }, { id: "5", name: "Christopher Lee", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Christopher Lee", }, { id: "6", name: "Jonathan Smith", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jonathan Smith", }, ];