diff --git a/src/app/page.tsx b/src/app/page.tsx index 3121684..15cc6a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,16 +112,16 @@ export default function LandingPage() { tagAnimation="none" members={[ { - id: "1", name: "Sarah Johnson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson - Executive Director" + id: "1", name: "Sarah Johnson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson - Executive Director" }, { - id: "2", name: "Michael Chen", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen - Operations Manager" + id: "2", name: "Michael Chen", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen - Operations Manager" }, { id: "3", name: "Emily Rodriguez", role: "Community Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Emily Rodriguez - Community Coordinator" }, { - id: "4", name: "David Kim", role: "Program Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim - Program Director" + id: "4", name: "David Kim", role: "Program Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim - Program Director" } ]} gridVariant="uniform-all-items-equal"