Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 695b74f8d8 | |||
| 7cd5a316b6 | |||
| 4453c7b3cf | |||
| c60e5d3980 | |||
| 6819998c50 | |||
| 7f291a39e8 | |||
| d0af52ab4f |
@@ -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"},
|
||||
]}
|
||||
|
||||
@@ -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: "/" },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -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: "/"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user