From 3aebf25f5423c6a7de27065812af7d9467c0bbea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:06:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1953ad1..35a3d17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { tagIcon={Users} team={[ { - id: "1", name: "Sarah Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell CEO" + id: "1", name: "Sarah Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Mitchell CEO" }, { - id: "2", name: "James Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Chen CDO" + id: "2", name: "James Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Chen CDO" }, { - id: "3", name: "Emma Richardson", role: "Director of Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emma Richardson Director" + id: "3", name: "Emma Richardson", role: "Director of Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emma Richardson Director" }, { - id: "4", name: "Michael Torres", role: "Head of Construction", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Torres Head of Construction" + id: "4", name: "Michael Torres", role: "Head of Construction", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Michael Torres Head of Construction" } ]} /> -- 2.49.1