Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd6845cf96 | |||
| a50b4085bc | |||
| 53cb6f39e4 | |||
| febd927232 | |||
| 9384904775 |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Membership", id: "membership" },
|
||||
{ name: "Leadership", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SDP"
|
||||
@@ -87,12 +87,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Leadership"
|
||||
title="Our Leadership"
|
||||
animationType="slide-up"
|
||||
team={[]}
|
||||
team={[
|
||||
{ id: "t1", name: "Dr. Sarah Chen", role: "President", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778050583166-7ov3craf.jpg" },
|
||||
{ id: "t2", name: "James Mwangi", role: "Director of Policy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778050583166-rbpwe8k1.jpg" },
|
||||
{ id: "t3", name: "Elena Rodriguez", role: "Research Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778050583166-0pck1igs.jpg" },
|
||||
{ id: "t4", name: "Marcus Thorne", role: "Community Outreach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778050583166-ej7qityk.jpg" },
|
||||
{ id: "t5", name: "Aisha Patel", role: "Professional Development", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DL5fa3sDAqI7Yho8toba1D4twS/uploaded-1778050583166-fmh6sscf.jpg" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
description="Dedicated team leaders."
|
||||
description="Meet the experts steering our vision forward."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user