home text
This commit is contained in:
@@ -28,7 +28,8 @@ const translations = {
|
|||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
'elements.title': 'Elementos',
|
'elements.title': 'Elementos',
|
||||||
'elements.view': 'Ver Elemento',
|
'elements.description': 'Explora la colección de elementos de pole sport.',
|
||||||
|
'elements.view': 'Ver Elementos',
|
||||||
'elements.noElements': 'No se encontraron elementos',
|
'elements.noElements': 'No se encontraron elementos',
|
||||||
'elements.loading': 'Cargando elementos...',
|
'elements.loading': 'Cargando elementos...',
|
||||||
'elements.search': 'Buscar elementos...',
|
'elements.search': 'Buscar elementos...',
|
||||||
@@ -68,7 +69,8 @@ const translations = {
|
|||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
'elements.title': 'Elements',
|
'elements.title': 'Elements',
|
||||||
'elements.view': 'View Element',
|
'elements.description': 'Explore a complete collection of pole dance elements, techniques, and combinations. From basic spins to advanced tricks, discover everything you need to master the pole sport.',
|
||||||
|
'elements.view': 'View Elements',
|
||||||
'elements.noElements': 'No elements found',
|
'elements.noElements': 'No elements found',
|
||||||
'elements.loading': 'Loading elements...',
|
'elements.loading': 'Loading elements...',
|
||||||
'elements.search': 'Search elements...',
|
'elements.search': 'Search elements...',
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const currentLang = DEFAULT_LANGUAGE;
|
|||||||
<BigCard
|
<BigCard
|
||||||
url="/elements"
|
url="/elements"
|
||||||
title={t('elements.title', currentLang)}
|
title={t('elements.title', currentLang)}
|
||||||
description="Explore a comprehensive collection of pole dance elements, techniques, and combinations. From basic spins to advanced tricks, discover everything you need to master pole sport."
|
description={t('elements.description', currentLang)}
|
||||||
ctaText={t('elements.view', currentLang)}
|
ctaText={t('elements.view', currentLang)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user