diff --git a/src/app/page.tsx b/src/app/page.tsx index ac0f9a2..c691f62 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" } ]} />