diff --git a/components/work.tsx b/components/work.tsx index 00dd364..3d11f2c 100644 --- a/components/work.tsx +++ b/components/work.tsx @@ -11,6 +11,12 @@ export function Work() { const t = useTranslations('Work'); const companies: CompanyProps[] = [ + { + description: t('sovcombanktech.description'), + href: 'https://sovcombank.it/', + period: t('sovcombanktech.period'), + title: t('sovcombanktech.title'), + }, { description: t('evolution.description'), href: 'https://evoleasing.ru/', diff --git a/messages/ru.json b/messages/ru.json index 93bb9dc..75f70b4 100644 --- a/messages/ru.json +++ b/messages/ru.json @@ -12,10 +12,15 @@ }, "Work": { "experience": "Опыт работы", + "sovcombanktech": { + "title": "Совкомбанк Технологии", + "description": "Старший разработчик", + "period": "Январь 2025 — Настоящее время" + }, "evolution": { "title": "Лизинговая компания \"Эволюция\"", "description": "Старший разрабочик", - "period": "Август 2020 — Настоящее время" + "period": "Август 2020 — Январь 2025" }, "carcade": { "title": "Лизинговая компания \"Carcade\"",