home text

This commit is contained in:
2025-06-22 07:53:22 +02:00
parent 67e3eef364
commit eb036dece5
2 changed files with 5 additions and 3 deletions

View File

@@ -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...',

View File

@@ -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>