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": "Торговля — это просто" } }