From fd61cb7f876c1c91a5387ac4783f2821817195d2 Mon Sep 17 00:00:00 2001 From: Hanzo_dev <2002samudiojohan@gmail.com> Date: Wed, 18 Mar 2026 18:54:39 -0500 Subject: [PATCH] feat: replace map promo coupons with featured activities marker logic --- frontend/src/components/map/PromoCarousel.vue | 21 ++++----- frontend/src/services/businessService.ts | 10 ++++- frontend/src/types/index.ts | 1 + frontend/src/views/AdminBusinessEditor.vue | 13 ++++++ frontend/src/views/MapView.vue | 43 +++++++++---------- 5 files changed, 52 insertions(+), 36 deletions(-) diff --git a/frontend/src/components/map/PromoCarousel.vue b/frontend/src/components/map/PromoCarousel.vue index 31c8bde..69dc474 100644 --- a/frontend/src/components/map/PromoCarousel.vue +++ b/frontend/src/components/map/PromoCarousel.vue @@ -4,7 +4,7 @@
- {{ t('coupons.title') }} + Actividades ⭐
-
- {{ currentPromo.business?.name || 'Local' }} -

{{ currentPromo.title }}

+ {{ currentPromo.category || 'Recomendado' }} • {{ currentPromo.area || 'Chiriquí' }} +

{{ currentPromo.name }}

- - -{{ currentPromo.discount_percentage }}% + + por {{ currentPromo.supplier_name }}
@@ -66,7 +66,6 @@