From eb036dece531b91f2ab38e64546137670344f885 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sun, 22 Jun 2025 07:53:22 +0200 Subject: [PATCH] home text --- client/src/lib/i18n.ts | 6 ++++-- client/src/pages/index.astro | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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;