diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 08e5c3c..076c31e 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -19,7 +19,7 @@ "favorites": "Favoritos", "taxi": "Transporte", "coupons": "Ofertas", - "discover": "Descubrir", + "discover": "Actividades", "profile": "Perfil" }, "menu": { @@ -279,7 +279,7 @@ "gallery": "📸 Galería", "about": "Acerca de la actividad", "contactUs": "Proveedor / Operador", - "offers": "🎁 Ofertas Disponibles", + "offers": "🎁 Actividades", "viewMap": "Ver en el Mapa", "call": "Llamar", "previous": "Anterior", @@ -390,8 +390,8 @@ "features": { "realtime": "Tiempo Real", "realtimeDesc": "Rastrea buses y consulta horarios exactos.", - "localOffers": "Ofertas Locales", - "localOffersDesc": "Ahorra con descuentos exclusivos en comercios.", + "localOffers": "Actividades y Experiencias", + "localOffersDesc": "Descubre actividades increíbles cerca de ti.", "noDownload": "Sin Descargas", "noDownloadDesc": "Instálalo al instante sin ocupar espacio." }, diff --git a/frontend/src/views/AdminPanel.vue b/frontend/src/views/AdminPanel.vue index 1753d98..6460be5 100644 --- a/frontend/src/views/AdminPanel.vue +++ b/frontend/src/views/AdminPanel.vue @@ -101,6 +101,13 @@

Promos y locales.

+
+
local_activity
+
+

Actividades

+

Experiencias y tours.

+
+
diff --git a/frontend/src/views/MapView.vue b/frontend/src/views/MapView.vue index d7bebd9..4fabb56 100644 --- a/frontend/src/views/MapView.vue +++ b/frontend/src/views/MapView.vue @@ -609,9 +609,9 @@ watch([() => authStore.userProfile?.auto_location, isLoaded], ([canLocate, loade
- @@ -759,7 +759,7 @@ watch([() => authStore.userProfile?.auto_location, isLoaded], ([canLocate, loade align-items: flex-end; /* Alinea botones a la derecha */ } -.offers-fab { +.activities-fab { width: 56px; height: 56px; border-radius: 50%; @@ -770,7 +770,7 @@ watch([() => authStore.userProfile?.auto_location, isLoaded], ([canLocate, loade position: relative; } -.offers-badge { +.activities-badge { position: absolute; top: -5px; right: -5px; background: #f44336;