home text
This commit is contained in:
@@ -28,7 +28,8 @@ const translations = {
|
||||
|
||||
// Elements
|
||||
'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.loading': 'Cargando elementos...',
|
||||
'elements.search': 'Buscar elementos...',
|
||||
@@ -68,7 +69,8 @@ const translations = {
|
||||
|
||||
// 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.loading': 'Loading elements...',
|
||||
'elements.search': 'Search elements...',
|
||||
|
||||
@@ -14,7 +14,7 @@ const currentLang = DEFAULT_LANGUAGE;
|
||||
<BigCard
|
||||
url="/elements"
|
||||
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)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user