feat: simplify hero to single tagline
All checks were successful
Build Docker Image / build (push) Successful in 3m36s
All checks were successful
Build Docker Image / build (push) Successful in 3m36s
This commit is contained in:
@@ -47,14 +47,12 @@
|
||||
>
|
||||
<!-- Hero content for home page -->
|
||||
<template v-if="isHomePage && collapseProgress < 1" #hero>
|
||||
<div class="text-center mb-4" :style="{ opacity: 1 - collapseProgress }">
|
||||
<h1 class="text-4xl lg:text-5xl font-bold text-white mb-2">
|
||||
{{ $t('hero.title', 'Оптовая торговля') }}
|
||||
</h1>
|
||||
<p class="text-lg text-white/70">
|
||||
{{ $t('hero.subtitle', 'Найдите лучших поставщиков и товары') }}
|
||||
</p>
|
||||
</div>
|
||||
<h1
|
||||
class="text-3xl lg:text-4xl font-bold text-white mb-4"
|
||||
:style="{ opacity: 1 - collapseProgress }"
|
||||
>
|
||||
{{ $t('hero.tagline', 'Make trade easy') }}
|
||||
</h1>
|
||||
</template>
|
||||
</MainNavigation>
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Оптовая торговля",
|
||||
"subtitle": "Найдите лучших поставщиков и товары"
|
||||
"subtitle": "Найдите лучших поставщиков и товары",
|
||||
"tagline": "Торговля — это просто"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user