From c60e5d3980370e4c39d4480c5275c4a7ee0a4ae6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:45:37 +0000 Subject: [PATCH 1/4] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 3d5f167..e3ddeb4 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -41,11 +41,7 @@ export default function ContactoPage() { useInvertedBackground={false} buttons={[ { - text: "Contactar por WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank" - ), - }, + text: "Contactar por WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Enviar Consulta", href: "/contacto"}, ]} -- 2.49.1 From 4453c7b3cf956b38d42e77cde14e66e4101ab51f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:45:37 +0000 Subject: [PATCH 2/4] Update src/app/envios/page.tsx --- src/app/envios/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/envios/page.tsx b/src/app/envios/page.tsx index 58536d0..71a148c 100644 --- a/src/app/envios/page.tsx +++ b/src/app/envios/page.tsx @@ -96,11 +96,7 @@ export default function ShippingPage() { useInvertedBackground={false} buttons={[ { - text: "Consultar Envíos por WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20envíos%20a%20mi%20región", "_blank" - ), - }, + text: "Consultar Envíos por WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Ver Productos", href: "/" }, ]} /> -- 2.49.1 From 7cd5a316b6e7ac94ee3971bd2bdec0633745596f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:45:38 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7292c5b..3a434ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,11 +156,7 @@ export default function HomePage() { id: "clearance-1", badge: "Stock Limitado", badgeIcon: AlertCircle, price: "-40%", subtitle: "Tecnología de Segunda Generación", buttons: [ { - text: "Consultar en WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank" - ), - }, + text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Ver Disponibilidad", href: "/productos?filter=clearance"}, ], @@ -171,11 +167,7 @@ export default function HomePage() { id: "clearance-2", badge: "Liquidación", badgeIcon: Flame, price: "-50%", subtitle: "Productos Selectos de Exportación", buttons: [ { - text: "Consultar en WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank" - ), - }, + text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Ver Más Ofertas", href: "/productos?filter=liquidation"}, ], @@ -186,11 +178,7 @@ export default function HomePage() { id: "clearance-3", badge: "Precio Final", badgeIcon: TrendingDown, price: "-60%", subtitle: "Últimas Unidades en Almacén", buttons: [ { - text: "Consultar en WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank" - ), - }, + text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Agotar Stock", href: "/productos?filter=final-sale"}, ], @@ -265,11 +253,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { - text: "Contactar por WhatsApp", onClick: () => - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank" - ), - }, + text: "Contactar por WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Enviar Consulta", href: "/contacto" }, ]} /> -- 2.49.1 From 695b74f8d84e78eea28aa346e162a70edb1ffd84 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:45:38 +0000 Subject: [PATCH 4/4] Update src/app/productos/page.tsx --- src/app/productos/page.tsx | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/app/productos/page.tsx b/src/app/productos/page.tsx index 8c0f52f..8e4a094 100644 --- a/src/app/productos/page.tsx +++ b/src/app/productos/page.tsx @@ -84,12 +84,7 @@ export default function ProductosPage() { { text: "Comprar Ahora", href: "/productos?filter=promo-flash"}, { - text: "Más Información", onClick: () => { - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20dudas%20sobre%20esta%20promoción", "_blank" - ); - }, - }, + text: "Más Información", href: "https://wa.link/ma3r5i"}, ], features: [ "Descuento hasta 35%", "Aplicable a varias categorías", "Garantía completa de fábrica", "Envío gratis incluido"], @@ -100,12 +95,7 @@ export default function ProductosPage() { { text: "Explorar Ofertas", href: "/productos?filter=hogar-sale"}, { - text: "Consultar Disponibilidad", onClick: () => { - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20¿cuáles%20son%20los%20productos%20con%20mayor%20descuento?", "_blank" - ); - }, - }, + text: "Consultar Disponibilidad", href: "https://wa.link/ma3r5i"}, ], features: [ "Descuento hasta 45%", "Artículos virales de redes", "Garantía de satisfacción", "Envío express disponible"], @@ -116,12 +106,7 @@ export default function ProductosPage() { { text: "Ver Disponibles", href: "/productos?filter=last-stock"}, { - text: "Reservar Ahora", onClick: () => { - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20reservar%20un%20producto", "_blank" - ); - }, - }, + text: "Reservar Ahora", href: "https://wa.link/ma3r5i"}, ], features: [ "Descuento hasta 55%", "Cantidad muy limitada", "Garantía de fábrica activa", "Envío inmediato"], @@ -138,12 +123,7 @@ export default function ProductosPage() { useInvertedBackground={false} buttons={[ { - text: "Soporte en WhatsApp", onClick: () => { - window.open( - "https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20una%20solicitud%20especial", "_blank" - ); - }, - }, + text: "Soporte en WhatsApp", href: "https://wa.link/ma3r5i"}, { text: "Volver al Inicio", href: "/"}, ]} -- 2.49.1