diff --git a/components/Sections/Team/TeamBlock/index.jsx b/components/Sections/Team/TeamBlock/index.jsx index 65936310..2e59c8f7 100644 --- a/components/Sections/Team/TeamBlock/index.jsx +++ b/components/Sections/Team/TeamBlock/index.jsx @@ -14,6 +14,7 @@ import leviVan from '../../../../public/images/team/levi.png'; import danieleIasella from '../../../../public/images/team/daniele.png'; import mulyGottlieb from '../../../../public/images/team/muly.png'; import orenAlaluf from '../../../../public/images/team/oren.png'; +import lizaDymava from '../../../../public/images/team/liza.png'; import talkWithUs from '../../../../public/images/icons/talk-with-with-team.svg'; import joinUs from '../../../../public/images/icons/join-the-team.svg'; @@ -254,6 +255,17 @@ const TeamBlock = () => { }, ], }, + { + name: 'Liza Dymava', + position: 'Business Development Manager', + image: lizaDymava, + links: [ + { + href: 'https://www.linkedin.com/in/lizavetadymava/', + iconClass: 'linkedin', + }, + ], + }, ]; const features = [ diff --git a/public/images/team/liza.png b/public/images/team/liza.png new file mode 100644 index 00000000..894b0ae5 Binary files /dev/null and b/public/images/team/liza.png differ