From 263e60e00321a2e0d3bb7c382fa19945ea30721d Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev Date: Mon, 26 Jan 2026 18:06:07 +0700 Subject: [PATCH] feat: simplify hero to single tagline --- app/layouts/topnav.vue | 14 ++++++-------- i18n/locales/en/hero.json | 3 ++- i18n/locales/ru/hero.json | 3 ++- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/layouts/topnav.vue b/app/layouts/topnav.vue index 0f9f8f7..f24b299 100644 --- a/app/layouts/topnav.vue +++ b/app/layouts/topnav.vue @@ -47,14 +47,12 @@ > diff --git a/i18n/locales/en/hero.json b/i18n/locales/en/hero.json index 400d149..e9ea52b 100644 --- a/i18n/locales/en/hero.json +++ b/i18n/locales/en/hero.json @@ -1,6 +1,7 @@ { "hero": { "title": "Wholesale Trading", - "subtitle": "Find the best suppliers and products" + "subtitle": "Find the best suppliers and products", + "tagline": "Make trade easy" } } diff --git a/i18n/locales/ru/hero.json b/i18n/locales/ru/hero.json index cbb6215..1a8dd52 100644 --- a/i18n/locales/ru/hero.json +++ b/i18n/locales/ru/hero.json @@ -1,6 +1,7 @@ { "hero": { "title": "Оптовая торговля", - "subtitle": "Найдите лучших поставщиков и товары" + "subtitle": "Найдите лучших поставщиков и товары", + "tagline": "Торговля — это просто" } }