diff --git a/apps/landing/public/images/team/haden.jpg b/apps/landing/public/images/team/haden.jpg new file mode 100644 index 000000000..2c5549762 Binary files /dev/null and b/apps/landing/public/images/team/haden.jpg differ diff --git a/apps/landing/public/images/team/matheus.jpg b/apps/landing/public/images/team/matheus.jpg new file mode 100644 index 000000000..6d7841333 Binary files /dev/null and b/apps/landing/public/images/team/matheus.jpg differ diff --git a/apps/landing/public/images/team/valerie.jpeg b/apps/landing/public/images/team/valerie.jpeg new file mode 100644 index 000000000..39b80aab3 Binary files /dev/null and b/apps/landing/public/images/team/valerie.jpeg differ diff --git a/apps/landing/src/app/team/people.tsx b/apps/landing/src/app/team/people.tsx index 3b4f6a9f8..39b716c4c 100644 --- a/apps/landing/src/app/team/people.tsx +++ b/apps/landing/src/app/team/people.tsx @@ -13,24 +13,50 @@ export const teamMembers: Array = [ } }, { - name: 'Utku Bakır', - location: 'Toronto, Canada', - role: 'Product Manager & TypeScript Engineer', - imageUrl: '/images/team/utku.jpg', - socials: { - github: 'https://github.com/utkubakir' - } + name: 'Valerie Wong', + location: 'Vancouver, Canada', + role: 'Director of Operations', + imageUrl: '/images/team/valerie.jpeg', }, { name: 'Ericson Soares', location: 'Rio de Janeiro, Brazil', - role: 'Rust Engineer - Core & VDFS', + role: 'Head of Engineering - Rust', imageUrl: '/images/team/ericson.jpg', socials: { twitter: 'https://x.com/fogodev', github: 'https://github.com/fogodev' } }, + { + name: 'Ameer Al Ashhab', + location: 'Amman, Jordan', + role: 'Product Manager & TypeScript Engineer - Interface Design', + imageUrl: '/images/team/ameer.jpg', + socials: { + github: 'https://github.com/ameer2468' + } + }, + { + name: 'Matheus Consoli', + location: 'São Paulo, Brazil', + role: 'Rust Engineer', + imageUrl: '/images/team/matheus.jpg', + socials: { + github: 'https://github.com/matheus-consoli', + } + }, + { + name: 'Vítor Vasconcellos', + location: 'Rio de Janeiro, Brazil', + role: 'Fullstack Devops Engineer', + imageUrl: '/images/team/vitor.jpg', + socials: { + github: 'https://github.com/HeavenVolkoff', + gitlab: 'https://gitlab.com/VitorVasconcellos', + twitter: 'https://x.com/vasvas10' + } + }, { name: 'Mihail Dounaev', location: 'Finland', @@ -41,26 +67,6 @@ export const teamMembers: Array = [ dribbble: 'https://dribbble.com/mmmint' } }, - { - name: 'Ameer Al Ashhab', - location: 'Jordan', - role: 'TypeScript Engineer - Interface Design', - imageUrl: '/images/team/ameer.jpg', - socials: { - github: 'https://github.com/ameer2468' - } - }, - { - name: 'Vítor Vasconcellos', - location: 'Rio de Janeiro, Brazil', - role: 'TypeScript Engineer', - imageUrl: '/images/team/vitor.jpg', - socials: { - github: 'https://github.com/HeavenVolkoff', - gitlab: 'https://gitlab.com/VitorVasconcellos', - twitter: 'https://x.com/vasvas10' - } - }, { name: 'Matthew Yung', location: 'Vancouver, Canada',