From c553697f34edd7c23e13bade70371a7f31643f1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:20:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1