Update src/app/page.tsx

This commit is contained in:
2026-03-10 01:45:38 +00:00
parent 4453c7b3cf
commit 7cd5a316b6

View File

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