Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:20:53 +00:00

View File

@@ -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"