diff --git a/src/app/page.tsx b/src/app/page.tsx index ef692b7..4d15653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,16 +112,16 @@ export default function LandingPage() { tagAnimation="entrance-slide" 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "David Kim - Program Director" } ]} gridVariant="uniform-all-items-equal" @@ -174,9 +174,9 @@ export default function LandingPage() { tag="Our Partners" tagIcon={Building2} tagAnimation="entrance-slide" - names={[ + names=[ "Tech Innovators", "Global Leaders", "Community First", "Impact Partners", "Growth Hub", "Forward Think", "Impact Drive" - ]} + ] logos={[ "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/collection-modern-logos-abstract-design_23-2147594158.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/financial-company-logo_1424-9.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/collection-modern-logos-abstract-design_23-2147594158.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg" ]}