From 9c19d08cf52b63c3ed3b06e6e80cd76872c6675d Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Wed, 4 Feb 2026 14:54:30 +0700 Subject: [PATCH] Fix whitepaper language toggle and CTA --- app/pages/whitepaper.vue | 144 ++++++++++++++++++++++++--------------- 1 file changed, 89 insertions(+), 55 deletions(-) diff --git a/app/pages/whitepaper.vue b/app/pages/whitepaper.vue index eaa9966..fa89220 100644 --- a/app/pages/whitepaper.vue +++ b/app/pages/whitepaper.vue @@ -5,56 +5,58 @@
-
-
-
White paper
-

- {{ content.hero.title }} -

-

- {{ content.hero.subtitle }} -

-
- - +
+
+
+
White paper
+

+ {{ content.hero.title }} +

+

+ {{ content.hero.subtitle }} +

+
+ + +
+
+ +
+ +
-
- - -
-
- -
-
-
-

{{ 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