Skip to content

Commit

Permalink
Merge branch 'main' into feat/blog-cta
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz authored Aug 15, 2023
2 parents d20513b + 791d071 commit 5de84a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/Sections/Team/TeamBlock/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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 = [
Expand Down
Binary file added public/images/team/liza.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5de84a3

Please sign in to comment.