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