Merge version_2 into main #4

Merged
bender merged 4 commits from version_2 into main 2026-03-10 01:45:44 +00:00
4 changed files with 10 additions and 54 deletions

View File

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

View File

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

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

View File

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