diff --git a/frontend/app/about/page.tsx b/frontend/app/about/page.tsx index 33de67e1..12e00907 100644 --- a/frontend/app/about/page.tsx +++ b/frontend/app/about/page.tsx @@ -68,15 +68,16 @@ const teamLeads: HoagieChef[] = [ ]; const contributors: HoagieChef[] = [ + { + name: 'Eric Chen', + graduationYear: '2029', + link: 'https://www.linkedin.com/in/eric--c/', + }, { name: 'Lucy Chen', graduationYear: '2027', link: 'https://www.linkedin.com/in/lucy-c1/', }, - { - name: 'Eric Chen', - graduationYear: '2029', - link: 'https://www.linkedin.com/in/eric--c/', { name: 'Grace Ding', graduationYear: '2029', @@ -137,6 +138,11 @@ const contributors: HoagieChef[] = [ graduationYear: '2028', link: 'https://www.linkedin.com/in/lukekschreiber', }, + { + name: 'Ruoming Shen', + graduationYear: '2027', + link: 'https://www.linkedin.com/in/ruomingshen/', + }, { name: 'Grace Tan', graduationYear: '2028', @@ -157,16 +163,16 @@ const contributors: HoagieChef[] = [ graduationYear: '2027', link: 'https://www.linkedin.com/in/gary-yang-4a5ab9292/', }, + { + name: 'Stephy Zhang', + graduationYear: '2028', + link: 'https://www.linkedin.com/in/stephy-zhang/', + }, { name: 'Linsey Zhong', graduationYear: '2028', link: 'https://www.linkedin.com/in/linsey-zhong-686a72309/', }, - { - name: 'Ruoming Shen', - graduationYear: '2027', - link: 'https://www.linkedin.com/in/ruomingshen/', - }, ]; const LinkedInIcon = (props: SVGProps) => (