diff --git a/src/components/VPTeam.vue b/src/components/VPTeam.vue index 11e89f95..dd7fbfd9 100644 --- a/src/components/VPTeam.vue +++ b/src/components/VPTeam.vue @@ -73,6 +73,22 @@ const members = [ { icon: 'github', link: 'https://github.com/brucetony' }, ], }, + { + avatar: 'https://github.com/AbuAttieh.png', + name: 'Hammam Abu Attieh', + title: 'Privacy Engineer ', + links: [ + { icon: 'github', link: 'https://github.com/AbuAttieh' }, + ], + }, + { + avatar: 'https://github.com/mhalilovic.png', + name: 'Mehmed Halilovic', + title: 'Privacy Engineer ', + links: [ + { icon: 'github', link: 'https://github.com/mhalilovic' }, + ], + }, ];