diff --git a/client/src/lib/i18n.ts b/client/src/lib/i18n.ts index 0c3e4de2..924f32b4 100644 --- a/client/src/lib/i18n.ts +++ b/client/src/lib/i18n.ts @@ -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...', diff --git a/client/src/pages/index.astro b/client/src/pages/index.astro index 8074befc..75170985 100644 --- a/client/src/pages/index.astro +++ b/client/src/pages/index.astro @@ -14,7 +14,7 @@ const currentLang = DEFAULT_LANGUAGE;