diff --git a/public/img/team-photos/DessislavaPencheva.png b/public/img/team-photos/DessislavaPencheva.png new file mode 100644 index 000000000..ce6cb906a Binary files /dev/null and b/public/img/team-photos/DessislavaPencheva.png differ diff --git a/public/img/team-photos/ZdravkaGornachka.png b/public/img/team-photos/ZdravkaGornachka.png new file mode 100644 index 000000000..5aab8d479 Binary files /dev/null and b/public/img/team-photos/ZdravkaGornachka.png differ diff --git a/src/components/client/about/helpers/activeMembersData.tsx b/src/components/client/about/helpers/activeMembersData.tsx index 35a05b7ee..19e7dd54f 100644 --- a/src/components/client/about/helpers/activeMembersData.tsx +++ b/src/components/client/about/helpers/activeMembersData.tsx @@ -114,4 +114,16 @@ export const data: TeamData[] = [ description: 'Маркетинг', linkedInProfile: 'https://www.linkedin.com/in/dilyana-kalinova-544762226/', }, + { + img: '/img/team-photos/DessislavaPencheva.png', + name: 'Десислава Пенчева', + description: 'Маркетинг', + linkedInProfile: 'https://www.linkedin.com/in/dessislava-pencheva-emba-24369311/', + }, + { + img: '/img/team-photos/ZdravkaGornachka.png', + name: 'Здравка Горначка', + description: 'Кампании', + linkedInProfile: 'https://www.linkedin.com/in/zdravka-gornachka-3a0b3510/', + }, ] diff --git a/src/components/client/about/sections/ActiveMembersSection/ActiveMembersSection.styled.tsx b/src/components/client/about/sections/ActiveMembersSection/ActiveMembersSection.styled.tsx index 63793a56e..193db3488 100644 --- a/src/components/client/about/sections/ActiveMembersSection/ActiveMembersSection.styled.tsx +++ b/src/components/client/about/sections/ActiveMembersSection/ActiveMembersSection.styled.tsx @@ -17,6 +17,6 @@ export const ТeamMemberWrapper = styled(Grid)(() => ({ flex: '1 0 30%', }, [theme.breakpoints.up('lg')]: { - flex: '1 0 14%', + flex: '1 0 16%', }, }))