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"}, ]} 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: "/" }, ]} /> 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" }, ]} /> 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: "/"}, ]}