Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 695b74f8d8 | |||
| 7cd5a316b6 | |||
| 4453c7b3cf | |||
| c60e5d3980 | |||
| 6819998c50 | |||
| 7f291a39e8 | |||
| d0af52ab4f |
@@ -41,11 +41,7 @@ export default function ContactoPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contactar por WhatsApp", onClick: () =>
|
text: "Contactar por WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Enviar Consulta", href: "/contacto"},
|
text: "Enviar Consulta", href: "/contacto"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -96,11 +96,7 @@ export default function ShippingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Consultar Envíos por WhatsApp", onClick: () =>
|
text: "Consultar Envíos por WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20envíos%20a%20mi%20región", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{ text: "Ver Productos", href: "/" },
|
{ text: "Ver Productos", href: "/" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -156,11 +156,7 @@ export default function HomePage() {
|
|||||||
id: "clearance-1", badge: "Stock Limitado", badgeIcon: AlertCircle,
|
id: "clearance-1", badge: "Stock Limitado", badgeIcon: AlertCircle,
|
||||||
price: "-40%", subtitle: "Tecnología de Segunda Generación", buttons: [
|
price: "-40%", subtitle: "Tecnología de Segunda Generación", buttons: [
|
||||||
{
|
{
|
||||||
text: "Consultar en WhatsApp", onClick: () =>
|
text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Ver Disponibilidad", href: "/productos?filter=clearance"},
|
text: "Ver Disponibilidad", href: "/productos?filter=clearance"},
|
||||||
],
|
],
|
||||||
@@ -171,11 +167,7 @@ export default function HomePage() {
|
|||||||
id: "clearance-2", badge: "Liquidación", badgeIcon: Flame,
|
id: "clearance-2", badge: "Liquidación", badgeIcon: Flame,
|
||||||
price: "-50%", subtitle: "Productos Selectos de Exportación", buttons: [
|
price: "-50%", subtitle: "Productos Selectos de Exportación", buttons: [
|
||||||
{
|
{
|
||||||
text: "Consultar en WhatsApp", onClick: () =>
|
text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Ver Más Ofertas", href: "/productos?filter=liquidation"},
|
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,
|
id: "clearance-3", badge: "Precio Final", badgeIcon: TrendingDown,
|
||||||
price: "-60%", subtitle: "Últimas Unidades en Almacén", buttons: [
|
price: "-60%", subtitle: "Últimas Unidades en Almacén", buttons: [
|
||||||
{
|
{
|
||||||
text: "Consultar en WhatsApp", onClick: () =>
|
text: "Consultar en WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Agotar Stock", href: "/productos?filter=final-sale"},
|
text: "Agotar Stock", href: "/productos?filter=final-sale"},
|
||||||
],
|
],
|
||||||
@@ -265,11 +253,7 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contactar por WhatsApp", onClick: () =>
|
text: "Contactar por WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank"
|
|
||||||
),
|
|
||||||
},
|
|
||||||
{ text: "Enviar Consulta", href: "/contacto" },
|
{ text: "Enviar Consulta", href: "/contacto" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -84,12 +84,7 @@ export default function ProductosPage() {
|
|||||||
{
|
{
|
||||||
text: "Comprar Ahora", href: "/productos?filter=promo-flash"},
|
text: "Comprar Ahora", href: "/productos?filter=promo-flash"},
|
||||||
{
|
{
|
||||||
text: "Más Información", onClick: () => {
|
text: "Más Información", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20dudas%20sobre%20esta%20promoción", "_blank"
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Descuento hasta 35%", "Aplicable a varias categorías", "Garantía completa de fábrica", "Envío gratis incluido"],
|
"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: "Explorar Ofertas", href: "/productos?filter=hogar-sale"},
|
||||||
{
|
{
|
||||||
text: "Consultar Disponibilidad", onClick: () => {
|
text: "Consultar Disponibilidad", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20¿cuáles%20son%20los%20productos%20con%20mayor%20descuento?", "_blank"
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Descuento hasta 45%", "Artículos virales de redes", "Garantía de satisfacción", "Envío express disponible"],
|
"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: "Ver Disponibles", href: "/productos?filter=last-stock"},
|
||||||
{
|
{
|
||||||
text: "Reservar Ahora", onClick: () => {
|
text: "Reservar Ahora", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20reservar%20un%20producto", "_blank"
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Descuento hasta 55%", "Cantidad muy limitada", "Garantía de fábrica activa", "Envío inmediato"],
|
"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}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Soporte en WhatsApp", onClick: () => {
|
text: "Soporte en WhatsApp", href: "https://wa.link/ma3r5i"},
|
||||||
window.open(
|
|
||||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20una%20solicitud%20especial", "_blank"
|
|
||||||
);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Volver al Inicio", href: "/"},
|
text: "Volver al Inicio", href: "/"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user