-
{{ content.hero.cards[0].label }}
-
{{ content.hero.cards[0].value }}
+
+
+
+
{{ content.hero.cards[0].label }}
+
{{ content.hero.cards[0].value }}
+
-
-
-
-
{{ content.hero.cards[1].label }}
-
{{ content.hero.cards[1].value }}
+
+
+
{{ content.hero.cards[1].label }}
+
{{ content.hero.cards[1].value }}
+
-
-
-
-
{{ content.hero.cards[2].label }}
-
{{ content.hero.cards[2].value }}
+
+
+
{{ content.hero.cards[2].label }}
+
{{ content.hero.cards[2].value }}
+
@@ -167,6 +169,30 @@
{{ content.team.title }}
{{ content.team.body }}
+
+
+
+
+
{{ content.team.members[0].name }}
+
{{ content.team.members[0].role }}
+
+
+
+
+
+
{{ content.team.members[1].name }}
+
{{ content.team.members[1].role }}
+
+
+
@@ -204,7 +230,7 @@ const copy = {
subtitle:
'Optovia строит единое пространство для участников рынка: чтобы процессы были прозрачными, доверенными и простыми, а команды могли работать быстрее и безопаснее.',
ctaPrimary: 'Запросить демо',
- ctaSecondary: 'Связаться с командой',
+ ctaSecondary: 'Открыть кабинет',
cards: [
{ label: 'Идея', value: 'Стираем границы и упрощаем рынок' },
{ label: 'Подход', value: 'Инфраструктура вместо точечных продуктов' },
@@ -248,16 +274,20 @@ const copy = {
},
team: {
title: 'Команда',
- body: 'Скоро добавим блок о команде и опыте. (заглушка)',
+ body: 'Партнеры проекта, которые выстраивают стратегию и развитие продукта.',
+ members: [
+ { name: 'Руслан', role: 'Партнер' },
+ { name: 'Денис', role: 'Партнер' },
+ ],
},
roadmap: {
title: 'Roadmap',
items: ['Private beta и пилоты', 'Усиление мониторинга и алертов', 'Масштабирование и новые вертикали'],
},
cta: {
- title: 'Хотите узнать больше?',
- body: 'Расскажем о платформе и покажем, как Optovia может помочь вашему бизнесу.',
- button: 'Связаться',
+ title: 'Хотите посмотреть систему в действии?',
+ body: 'Зайдите в демо-кабинет клиента и оцените платформу вживую.',
+ button: 'Перейти в демо',
},
},
en: {
@@ -266,7 +296,7 @@ const copy = {
subtitle:
'Optovia builds a shared space for market participants: transparent, trusted, and simple processes that let teams move faster and safer.',
ctaPrimary: 'Request demo',
- ctaSecondary: 'Contact team',
+ ctaSecondary: 'Open demo',
cards: [
{ label: 'Idea', value: 'Remove borders and simplify the market' },
{ label: 'Approach', value: 'Infrastructure, not isolated products' },
@@ -306,16 +336,20 @@ const copy = {
},
team: {
title: 'Team',
- body: 'We will add the team and experience section soon. (placeholder)',
+ body: 'Partners shaping strategy and product development.',
+ members: [
+ { name: 'Ruslan', role: 'Partner' },
+ { name: 'Denis', role: 'Partner' },
+ ],
},
roadmap: {
title: 'Roadmap',
items: ['Private beta and pilots', 'Monitoring and alerts expansion', 'Scaling and new verticals'],
},
cta: {
- title: 'Want to learn more?',
- body: 'We will show how Optovia can help your business.',
- button: 'Contact us',
+ title: 'Want to see the system in action?',
+ body: 'Enter the demo client cabinet and explore the platform live.',
+ button: 'Go to demo',
},
},
} as const