diff --git a/frontend/src/app/linktree/page.tsx b/frontend/src/app/linktree/page.tsx
index e75daf2..2fd2690 100644
--- a/frontend/src/app/linktree/page.tsx
+++ b/frontend/src/app/linktree/page.tsx
@@ -80,7 +80,7 @@ export default function LinktreePage() {
) : nextEvent ? (
-
+
{locale === 'es' && nextEvent.titleEs ? nextEvent.titleEs : nextEvent.title}
@@ -111,7 +111,7 @@ export default function LinktreePage() {
- {t('linktree.bookNow')}
+ {t('linktree.moreInfo')}
diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json
index fa6d1ad..fd93157 100644
--- a/frontend/src/i18n/locales/en.json
+++ b/frontend/src/i18n/locales/en.json
@@ -317,7 +317,7 @@
"tagline": "Language Exchange Community",
"nextEvent": "Next Event",
"noEvents": "No upcoming events",
- "bookNow": "Book Now",
+ "moreInfo": "More info",
"joinCommunity": "Join Our Community",
"visitWebsite": "Visit Our Website",
"whatsapp": {
diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json
index 2d563ed..a4fd6a6 100644
--- a/frontend/src/i18n/locales/es.json
+++ b/frontend/src/i18n/locales/es.json
@@ -317,7 +317,7 @@
"tagline": "Comunidad de Intercambio de Idiomas",
"nextEvent": "Próximo Evento",
"noEvents": "No hay eventos próximos",
- "bookNow": "Reservar Ahora",
+ "moreInfo": "Más información",
"joinCommunity": "Únete a Nuestra Comunidad",
"visitWebsite": "Visitar Nuestro Sitio",
"whatsapp": {