diff --git a/src/components/Home/AboutMaia.tsx b/src/components/Home/AboutMaia.tsx index e24f77a2..b0d8c400 100644 --- a/src/components/Home/AboutMaia.tsx +++ b/src/components/Home/AboutMaia.tsx @@ -12,12 +12,20 @@ const teamMembers = [ github: 'ashtonanderson', }, { - image: '/assets/team/reid.jpg', - name: 'Reid McIlroy-Young', - website: 'https://reidmcy.com/', + image: '/assets/team/joseph.jpg', + name: 'Joseph Tang', + website: 'https://lilv98.github.io/', institution: 'University of Toronto', - role: 'Head Developer', - github: 'reidmcy', + role: 'Model Developer', + github: 'lilv98', + }, + { + image: '/assets/team/daniel.png', + name: 'Daniel Monroe', + website: 'https://daniel-monroe.github.io/', + institution: 'University of Toronto', + role: 'Model Developer', + github: 'daniel-monroe', }, { image: '/assets/team/jon.jpg', @@ -35,20 +43,12 @@ const teamMembers = [ github: 'sidsen', }, { - image: '/assets/team/joseph.jpg', - name: 'Joseph Tang', - website: 'https://lilv98.github.io/', - institution: 'University of Toronto', - role: 'Model Developer', - github: 'lilv98', - }, - { - image: '/assets/team/daniel.png', - name: 'Daniel Monroe', - website: 'https://daniel-monroe.github.io/', + image: '/assets/team/reid.jpg', + name: 'Reid McIlroy-Young', + website: 'https://reidmcy.com/', institution: 'University of Toronto', role: 'Model Developer', - github: 'daniel-monroe', + github: 'reidmcy', }, { image: '/assets/team/kevin.jpg', @@ -67,19 +67,19 @@ const teamMembers = [ github: 'prokopchukdim', }, { - image: '/assets/team/arthur.png', - name: 'Arthur Soenarto', - website: 'https://artyang.me/', + image: '/assets/team/isaac.jpg', + name: 'Isaac Waller', + website: 'https://waller.is/', institution: 'University of Toronto', role: 'Web Developer', - github: 'arthursoenarto', }, { - image: '/assets/team/isaac.jpg', - name: 'Isaac Waller', - website: 'https://waller.is/', + image: '/assets/team/arthur.png', + name: 'Arthur Soenarto', + website: 'https://artyang.me/', institution: 'University of Toronto', role: 'Web Developer', + github: 'arthursoenarto', }, ]