diff --git a/src/components/project-card/index.tsx b/src/components/project-card/index.tsx index 541c8af..9411fab 100644 --- a/src/components/project-card/index.tsx +++ b/src/components/project-card/index.tsx @@ -133,7 +133,7 @@ const ProjectCards: React.FC = ({quarter}) => { Slides Logo - Project Repo Logo {project.other_links && ( Other Links Logo diff --git a/src/components/team-card/index.tsx b/src/components/team-card/index.tsx index 674f1b8..61f923b 100644 --- a/src/components/team-card/index.tsx +++ b/src/components/team-card/index.tsx @@ -5,67 +5,46 @@ const default_pic = "/assets/acm_logo.png"; const project_people = [ { - name: "Calvin Nguyen", + name: "Alan Mayer", role: "VP Projects", - discord: "neniflight", - picture: "/assets/team_photos/calvin.jpg", - alt: "Calvin Picture", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Alan Mayer Picture", }, { - name: "Arvin Zhang", - role: "Mentor Lead for AI", - discord: "arvin._.", - picture: "/assets/team_photos/arvin.jpg", - alt: "Arvin Picture", + name: "Reagan Hsu", + role: "Projects Director", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Reagan Hsu Picture", }, { - name: "Nathaniel del Rosario", - role: "Mentor Lead for Design", - discord: "dimple1216", - picture: "/assets/team_photos/nathaniel.jpg", - alt: "Nathaniel Picture", + name: "Harry Wang", + role: "AI Lead", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Harry Wang Picture", }, { - name: "Sujal Nahata", - role: "Mentor Lead for Hack", - discord: "real.suj", - picture: "/assets/team_photos/sujal.jpg", - alt: "sujal Picture", + name: "Katie Moc", + role: "AI Lead", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Katie Moc Picture", }, { - name: "Jackie Piepkorn", - role: "VP AI Events", - discord: "devitoinaspeedo", - picture: "/assets/team_photos/jackie.png", - alt: "Jackie Picture", + name: "Arwen Lin", + role: "Design Lead", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Arwen Lin Picture", }, { - name: "Cindy Peng", - role: "Design TED", - discord: "cinpen#3504", - picture: "/assets/team_photos/cindy.jpg", - alt: "Cindy Picture", - }, - { - name: "Nicole Gong", - role: "Design TED", - discord: "lalanicole", - picture: "/assets/team_photos/nicole.jpg", - alt: "Nicole Picture", - }, - { - name: "Angela Hu", - role: "Hack TED", - discord: "angela.__.hu", - picture: "/assets/team_photos/angela.jpg", - alt: "Angela Picture", - }, - { - name: "Khushi Patel", - role: "Hack TED", - discord: "dolphin2765", - picture: "/assets/team_photos/khushi.jpg", - alt: "Khushi Picture", + name: "Ryan", + role: "Hack Lead", + discord: "tbd", + picture: "https://via.placeholder.com/300x400", + alt: "Ryan Picture", }, ];