Merge version_1 into main #2
@@ -37,21 +37,17 @@ export default function ContactoPage() {
|
||||
<ContactText
|
||||
text="¿Tienes preguntas sobre un producto? Hablemos en WhatsApp ahora mismo. Nuestro equipo de especialistas está listo para asesorarte y procesar tu pedido en el acto."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar por WhatsApp",
|
||||
onClick: () =>
|
||||
text: "Contactar por WhatsApp", onClick: () =>
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank"
|
||||
),
|
||||
},
|
||||
{
|
||||
text: "Enviar Consulta",
|
||||
href: "/contacto",
|
||||
},
|
||||
text: "Enviar Consulta", href: "/contacto"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,43 +63,25 @@ export default function ContactoPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Llegan envíos a todas las regiones de Perú?",
|
||||
content:
|
||||
"Sí, enviamos a los 24 departamentos del Perú. En Lima Metropolitana ofrecemos Pago Contra Entrega, y para provincias trabajamos con Shalom y Olva Courier garantizando cobertura incluso en distritos remotos de la sierra y selva.",
|
||||
},
|
||||
id: "faq-1", title: "¿Llegan envíos a todas las regiones de Perú?", content:
|
||||
"Sí, enviamos a los 24 departamentos del Perú. En Lima Metropolitana ofrecemos Pago Contra Entrega, y para provincias trabajamos con Shalom y Olva Courier garantizando cobertura incluso en distritos remotos de la sierra y selva."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Cuáles son los tiempos de entrega?",
|
||||
content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias: 5-10 días hábiles dependiendo de la ubicación. Todos nuestros envíos están asegurados e incluyen tracking en tiempo real.",
|
||||
},
|
||||
id: "faq-2", title: "¿Cuáles son los tiempos de entrega?", content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias: 5-10 días hábiles dependiendo de la ubicación. Todos nuestros envíos están asegurados e incluyen tracking en tiempo real."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Qué métodos de pago aceptan?",
|
||||
content:
|
||||
"Pago Contra Entrega (Lima), transferencias bancarias, Yape, Plin, tarjetas de crédito/débito. Todos los pagos están protegidos con encriptación de seguridad de nivel bancario.",
|
||||
},
|
||||
id: "faq-3", title: "¿Qué métodos de pago aceptan?", content:
|
||||
"Pago Contra Entrega (Lima), transferencias bancarias, Yape, Plin, tarjetas de crédito/débito. Todos los pagos están protegidos con encriptación de seguridad de nivel bancario."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Qué garantía tienen los productos?",
|
||||
content:
|
||||
"Todos nuestros productos incluyen garantía de fábrica. En caso de defectos, ofrecemos reemplazo o devolución del dinero. El soporte técnico está disponible por WhatsApp, email y teléfono.",
|
||||
},
|
||||
id: "faq-4", title: "¿Qué garantía tienen los productos?", content:
|
||||
"Todos nuestros productos incluyen garantía de fábrica. En caso de defectos, ofrecemos reemplazo o devolución del dinero. El soporte técnico está disponible por WhatsApp, email y teléfono."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "¿Puedo rastrear mi pedido?",
|
||||
content:
|
||||
"Sí, cada pedido tiene un número de seguimiento. Recibirás actualizaciones en tiempo real sobre el estado de tu envío. El tracking integrado te permite conocer la ubicación exacta de tu paquete.",
|
||||
},
|
||||
id: "faq-5", title: "¿Puedo rastrear mi pedido?", content:
|
||||
"Sí, cada pedido tiene un número de seguimiento. Recibirás actualizaciones en tiempo real sobre el estado de tu envío. El tracking integrado te permite conocer la ubicación exacta de tu paquete."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "¿Ofrecen envío gratis?",
|
||||
content:
|
||||
"Sí, envío gratis a nivel nacional para compras mayores a S/. 500. Además, los productos en liquidación de stock incluyen envío express sin costo adicional.",
|
||||
},
|
||||
id: "faq-6", title: "¿Ofrecen envío gratis?", content:
|
||||
"Sí, envío gratis a nivel nacional para compras mayores a S/. 500. Además, los productos en liquidación de stock incluyen envío express sin costo adicional."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg"
|
||||
imageAlt="Métodos de pago y opciones de soporte en PabTech"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
@@ -113,13 +91,9 @@ export default function ContactoPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PabTech"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Términos de Servicio", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -45,10 +45,11 @@ export default function ShippingPage() {
|
||||
{ value: "24", title: "Departamentos Cubiertos" },
|
||||
{ value: "100%", title: "Entregas Garantizadas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-pointing-south-america-map_23-2148748635.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-pointing-south-america-map_23-2148748635.jpg"
|
||||
imageAlt="Mapa de cobertura nacional Peru - 24 departamentos"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,43 +64,25 @@ export default function ShippingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "shipping-faq-1",
|
||||
title: "¿A qué departamentos llegan nuestros envíos?",
|
||||
content:
|
||||
"Enviamos a los 24 departamentos de Perú: Amazonas, Ancash, Apurímac, Arequipa, Ayacucho, Cajamarca, Callao, Cusco, Huancavelica, Huánuco, Ica, Junín, La Libertad, Lambayeque, Lima, Loreto, Madre de Dios, Moquegua, Pasco, Piura, Puno, San Martín, Tacna y Ucayali. Incluso tenemos cobertura en distritos remotos de la sierra y selva.",
|
||||
},
|
||||
id: "shipping-faq-1", title: "¿A qué departamentos llegan nuestros envíos?", content:
|
||||
"Enviamos a los 24 departamentos de Perú: Amazonas, Ancash, Apurímac, Arequipa, Ayacucho, Cajamarca, Callao, Cusco, Huancavelica, Huánuco, Ica, Junín, La Libertad, Lambayeque, Lima, Loreto, Madre de Dios, Moquegua, Pasco, Piura, Puno, San Martín, Tacna y Ucayali. Incluso tenemos cobertura en distritos remotos de la sierra y selva."},
|
||||
{
|
||||
id: "shipping-faq-2",
|
||||
title: "¿Cuál es el tiempo de entrega por región?",
|
||||
content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias cercanas (Callao, Ica, Junín): 4-6 días hábiles. Sierra Central y Sur (Cusco, Arequipa, Puno): 7-10 días hábiles. Selva (Loreto, Ucayali, Madre de Dios): 10-15 días hábiles. Zonas muy remotas: Consultar con soporte.",
|
||||
},
|
||||
id: "shipping-faq-2", title: "¿Cuál es el tiempo de entrega por región?", content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias cercanas (Callao, Ica, Junín): 4-6 días hábiles. Sierra Central y Sur (Cusco, Arequipa, Puno): 7-10 días hábiles. Selva (Loreto, Ucayali, Madre de Dios): 10-15 días hábiles. Zonas muy remotas: Consultar con soporte."},
|
||||
{
|
||||
id: "shipping-faq-3",
|
||||
title: "¿Cuál es el costo del envío?",
|
||||
content:
|
||||
"Lima Metropolitana: Envío gratis en compras mayores a S/. 500 o S/. 25 para órdenes menores. Provincias: Envío según zona (promedio S/. 15-50). Productos en liquidación: Envío express incluido sin costo adicional. Ofertas especiales: Revisar código promocional en checkout.",
|
||||
},
|
||||
id: "shipping-faq-3", title: "¿Cuál es el costo del envío?", content:
|
||||
"Lima Metropolitana: Envío gratis en compras mayores a S/. 500 o S/. 25 para órdenes menores. Provincias: Envío según zona (promedio S/. 15-50). Productos en liquidación: Envío express incluido sin costo adicional. Ofertas especiales: Revisar código promocional en checkout."},
|
||||
{
|
||||
id: "shipping-faq-4",
|
||||
title: "¿Cómo rastreo mi pedido?",
|
||||
content:
|
||||
"Cada pedido recibe un número de seguimiento único. Recibirás por email y WhatsApp actualizaciones automáticas. En tu cuenta PabTech, puedes ver tracking en tiempo real. Para envíos con Shalom/Olva, accede a sus plataformas con tu número de guía. Si tienes dudas, contacta a soporte.",
|
||||
},
|
||||
id: "shipping-faq-4", title: "¿Cómo rastreo mi pedido?", content:
|
||||
"Cada pedido recibe un número de seguimiento único. Recibirás por email y WhatsApp actualizaciones automáticas. En tu cuenta PabTech, puedes ver tracking en tiempo real. Para envíos con Shalom/Olva, accede a sus plataformas con tu número de guía. Si tienes dudas, contacta a soporte."},
|
||||
{
|
||||
id: "shipping-faq-5",
|
||||
title: "¿Qué alianzas logísticas tienen?",
|
||||
content:
|
||||
"PabTech trabaja con dos principales operadores: Shalom Courier (especializada en provincias) y Olva Courier (cobertura nacional incluyendo zonas remotas). Ambas son empresas establecidas con flota propia y rastreo integrado. Garantizamos que tu pedido estará en buenas manos.",
|
||||
},
|
||||
id: "shipping-faq-5", title: "¿Qué alianzas logísticas tienen?", content:
|
||||
"PabTech trabaja con dos principales operadores: Shalom Courier (especializada en provincias) y Olva Courier (cobertura nacional incluyendo zonas remotas). Ambas son empresas establecidas con flota propia y rastreo integrado. Garantizamos que tu pedido estará en buenas manos."},
|
||||
{
|
||||
id: "shipping-faq-6",
|
||||
title: "¿Qué pasa si mi pedido llega dañado?",
|
||||
content:
|
||||
"Todos nuestros envíos están asegurados. Si recibes tu pedido dañado, contacta a soporte dentro de 48 horas con fotos. Procesamos reemplazo o devolución de dinero inmediatamente. No hacemos preguntas: tu satisfacción es garantizada.",
|
||||
},
|
||||
id: "shipping-faq-6", title: "¿Qué pasa si mi pedido llega dañado?", content:
|
||||
"Todos nuestros envíos están asegurados. Si recibes tu pedido dañado, contacta a soporte dentro de 48 horas con fotos. Procesamos reemplazo o devolución de dinero inmediatamente. No hacemos preguntas: tu satisfacción es garantizada."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg"
|
||||
imageAlt="Métodos de pago y opciones de soporte en PabTech"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
@@ -113,11 +96,9 @@ export default function ShippingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Consultar Envíos por WhatsApp",
|
||||
onClick: () =>
|
||||
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"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20envíos%20a%20mi%20región", "_blank"
|
||||
),
|
||||
},
|
||||
{ text: "Ver Productos", href: "/" },
|
||||
@@ -129,13 +110,9 @@ export default function ShippingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PabTech"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Términos de Servicio", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -45,10 +45,11 @@ export default function AboutPage() {
|
||||
{ value: "15+", title: "Años de Experiencia en Retail" },
|
||||
{ value: "500k+", title: "Clientes Satisfechos Nacionales" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg"
|
||||
imageAlt="PabTech - Plataforma de E-commerce Moderna"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,20 +62,11 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Comercio limitado a capitales",
|
||||
"Costos de envío prohibitivos",
|
||||
"Falta de opciones de pago",
|
||||
"Productos de baja calidad",
|
||||
],
|
||||
"Comercio limitado a capitales", "Costos de envío prohibitivos", "Falta de opciones de pago", "Productos de baja calidad"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Cobertura nacional garantizada",
|
||||
"Precios competitivos con envío",
|
||||
"Múltiples métodos de pago",
|
||||
"Productos importados verificados",
|
||||
"Garantía completa en todo",
|
||||
],
|
||||
"Cobertura nacional garantizada", "Precios competitivos con envío", "Múltiples métodos de pago", "Productos importados verificados", "Garantía completa en todo"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -87,21 +79,13 @@ export default function AboutPage() {
|
||||
author="María González - Gerenta de Compras, Lima"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Profesional de negocios satisfecho",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Profesional de negocios satisfecho"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg",
|
||||
alt: "Cliente empresarial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg", alt: "Cliente empresarial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
alt: "Socio comercial satisfecho",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Socio comercial satisfecho"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-green-wall-manager-call-centre-worker-happy-adorable-smiling-welcoming-all-calls_343596-6990.jpg",
|
||||
alt: "Colaboradora empresarial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-green-wall-manager-call-centre-worker-happy-adorable-smiling-welcoming-all-calls_343596-6990.jpg", alt: "Colaboradora empresarial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -113,13 +97,9 @@ export default function AboutPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PabTech"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Términos de Servicio", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
230
src/app/page.tsx
230
src/app/page.tsx
@@ -46,7 +46,7 @@ export default function HomePage() {
|
||||
description="Conectamos el catálogo global de novedades con tu puerta. Somos la tienda multirubro líder en Perú con envíos garantizados a los 24 departamentos."
|
||||
tag="Innovación + Logística"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-projector-lamp-product-backdrop_53876-103670.jpg"
|
||||
imageAlt="PabTech Soluciones - Plataforma de E-commerce Moderna"
|
||||
buttons={[
|
||||
{ text: "Explorar Catálogo", href: "/productos" },
|
||||
@@ -67,35 +67,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "ProMirror",
|
||||
name: "ProMirror Duplicador de Pantalla",
|
||||
price: "S/. 249.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg?_wi=1",
|
||||
imageAlt: "ProMirror - Dispositivo duplicador de pantalla profesional",
|
||||
},
|
||||
id: "1", brand: "ProMirror", name: "ProMirror Duplicador de Pantalla", price: "S/. 249.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg", imageAlt: "ProMirror - Dispositivo duplicador de pantalla profesional"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "SmartTech",
|
||||
name: "Smartwatch Pro Max",
|
||||
price: "S/. 399.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg?_wi=1",
|
||||
imageAlt: "SmartTech - Smartwatch avanzado con múltiples funciones",
|
||||
},
|
||||
id: "2", brand: "SmartTech", name: "Smartwatch Pro Max", price: "S/. 399.00", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg", imageAlt: "SmartTech - Smartwatch avanzado con múltiples funciones"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SecurityPro",
|
||||
name: "Cámara de Seguridad 4K",
|
||||
price: "S/. 599.00",
|
||||
rating: 5,
|
||||
reviewCount: "3.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1",
|
||||
imageAlt: "SecurityPro - Sistema de cámara de seguridad 4K inteligente",
|
||||
},
|
||||
id: "3", brand: "SecurityPro", name: "Cámara de Seguridad 4K", price: "S/. 599.00", rating: 5,
|
||||
reviewCount: "3.5k", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "SecurityPro - Sistema de cámara de seguridad 4K inteligente"},
|
||||
]}
|
||||
buttons={[{ text: "Ver Más Tecnología", href: "/productos?category=tech" }]}
|
||||
/>
|
||||
@@ -111,10 +90,11 @@ export default function HomePage() {
|
||||
{ value: "24", title: "Departamentos Cubiertos" },
|
||||
{ value: "100%", title: "Entregas Garantizadas" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-pointing-south-america-map_23-2148748635.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-pointing-south-america-map_23-2148748635.jpg"
|
||||
imageAlt="Mapa de cobertura nacional Peru - 24 departamentos"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,35 +110,14 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "4",
|
||||
brand: "HomeVibe",
|
||||
name: "Organizador Modular Anti-Desorden",
|
||||
price: "S/. 89.90",
|
||||
rating: 5,
|
||||
reviewCount: "5.6k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg?_wi=1",
|
||||
imageAlt: "HomeVibe - Organizador modular viral TikTok",
|
||||
},
|
||||
id: "4", brand: "HomeVibe", name: "Organizador Modular Anti-Desorden", price: "S/. 89.90", rating: 5,
|
||||
reviewCount: "5.6k", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg", imageAlt: "HomeVibe - Organizador modular viral TikTok"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "EcoLiving",
|
||||
name: "Sistema de Almacenamiento Inteligente",
|
||||
price: "S/. 149.90",
|
||||
rating: 5,
|
||||
reviewCount: "4.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg?_wi=1",
|
||||
imageAlt: "EcoLiving - Sistema inteligente para organizar el hogar",
|
||||
},
|
||||
id: "5", brand: "EcoLiving", name: "Sistema de Almacenamiento Inteligente", price: "S/. 149.90", rating: 5,
|
||||
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "EcoLiving - Sistema inteligente para organizar el hogar"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "ModernHome",
|
||||
name: "Solución Práctica Multi-Uso",
|
||||
price: "S/. 129.90",
|
||||
rating: 5,
|
||||
reviewCount: "3.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg?_wi=2",
|
||||
imageAlt: "ModernHome - Producto práctico viral multi-uso",
|
||||
},
|
||||
id: "6", brand: "ModernHome", name: "Solución Práctica Multi-Uso", price: "S/. 129.90", rating: 5,
|
||||
reviewCount: "3.9k", imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "ModernHome - Producto práctico viral multi-uso"},
|
||||
]}
|
||||
buttons={[{ text: "Descubrir Más Novedades", href: "/productos?category=hogar" }]}
|
||||
/>
|
||||
@@ -173,20 +132,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Transferencias complicadas",
|
||||
"Riesgos de fraude en línea",
|
||||
"Intermediarios costosos",
|
||||
"Procesos lentos de pago",
|
||||
],
|
||||
"Transferencias complicadas", "Riesgos de fraude en línea", "Intermediarios costosos", "Procesos lentos de pago"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Pago Contra Entrega (Lima Metropolitana)",
|
||||
"Transferencias bancarias seguras",
|
||||
"Yape y Plin integrados",
|
||||
"Tarjetas de crédito/débito",
|
||||
"Garantía 100% segura",
|
||||
],
|
||||
"Pago Contra Entrega (Lima Metropolitana)", "Transferencias bancarias seguras", "Yape y Plin integrados", "Tarjetas de crédito/débito", "Garantía 100% segura"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -203,85 +153,49 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "clearance-1",
|
||||
badge: "Stock Limitado",
|
||||
badgeIcon: AlertCircle,
|
||||
price: "-40%",
|
||||
subtitle: "Tecnología de Segunda Generación",
|
||||
buttons: [
|
||||
id: "clearance-1", badge: "Stock Limitado", badgeIcon: AlertCircle,
|
||||
price: "-40%", subtitle: "Tecnología de Segunda Generación", buttons: [
|
||||
{
|
||||
text: "Consultar en WhatsApp",
|
||||
onClick: () =>
|
||||
text: "Consultar en WhatsApp", onClick: () =>
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta",
|
||||
"_blank"
|
||||
"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"},
|
||||
],
|
||||
features: [
|
||||
"Descuento hasta 40%",
|
||||
"Stock limitado disponible",
|
||||
"Garantía completa",
|
||||
"Envío gratis nacional",
|
||||
],
|
||||
"Descuento hasta 40%", "Stock limitado disponible", "Garantía completa", "Envío gratis nacional"],
|
||||
},
|
||||
{
|
||||
id: "clearance-2",
|
||||
badge: "Liquidación",
|
||||
badgeIcon: Flame,
|
||||
price: "-50%",
|
||||
subtitle: "Productos Selectos de Exportación",
|
||||
buttons: [
|
||||
id: "clearance-2", badge: "Liquidación", badgeIcon: Flame,
|
||||
price: "-50%", subtitle: "Productos Selectos de Exportación", buttons: [
|
||||
{
|
||||
text: "Consultar en WhatsApp",
|
||||
onClick: () =>
|
||||
text: "Consultar en WhatsApp", onClick: () =>
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta",
|
||||
"_blank"
|
||||
"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"},
|
||||
],
|
||||
features: [
|
||||
"Descuento hasta 50%",
|
||||
"Unidades contadas",
|
||||
"Garantía de fábrica",
|
||||
"Envío express incluido",
|
||||
],
|
||||
"Descuento hasta 50%", "Unidades contadas", "Garantía de fábrica", "Envío express incluido"],
|
||||
},
|
||||
{
|
||||
id: "clearance-3",
|
||||
badge: "Precio Final",
|
||||
badgeIcon: TrendingDown,
|
||||
price: "-60%",
|
||||
subtitle: "Últimas Unidades en Almacén",
|
||||
buttons: [
|
||||
id: "clearance-3", badge: "Precio Final", badgeIcon: TrendingDown,
|
||||
price: "-60%", subtitle: "Últimas Unidades en Almacén", buttons: [
|
||||
{
|
||||
text: "Consultar en WhatsApp",
|
||||
onClick: () =>
|
||||
text: "Consultar en WhatsApp", onClick: () =>
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20esta%20oferta",
|
||||
"_blank"
|
||||
"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"},
|
||||
],
|
||||
features: [
|
||||
"Descuento hasta 60%",
|
||||
"Se vende tal cual se ve",
|
||||
"Garantía limitada",
|
||||
"Envío inmediato",
|
||||
],
|
||||
"Descuento hasta 60%", "Se vende tal cual se ve", "Garantía limitada", "Envío inmediato"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -294,21 +208,13 @@ export default function HomePage() {
|
||||
author="Carlos M. - Huancayo, Junín"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg",
|
||||
alt: "Cliente satisfecho de PabTech",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-senior-businessman-laughing-looking-camera-office-portrait_1163-4926.jpg", alt: "Cliente satisfecho de PabTech"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "Usuario de provincia satisfecho",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Usuario de provincia satisfecho"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
alt: "Comprador exitoso de PabTech",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Comprador exitoso de PabTech"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-green-wall-manager-call-centre-worker-happy-adorable-smiling-welcoming-all-calls_343596-6990.jpg",
|
||||
alt: "Cliente de Carabayllo",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-green-wall-manager-call-centre-worker-happy-adorable-smiling-welcoming-all-calls_343596-6990.jpg", alt: "Cliente de Carabayllo"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -327,43 +233,25 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "¿Llegan envíos a todas las regiones de Perú?",
|
||||
content:
|
||||
"Sí, enviamos a los 24 departamentos del Perú. En Lima Metropolitana ofrecemos Pago Contra Entrega, y para provincias trabajamos con Shalom y Olva Courier garantizando cobertura incluso en distritos remotos de la sierra y selva.",
|
||||
},
|
||||
id: "faq-1", title: "¿Llegan envíos a todas las regiones de Perú?", content:
|
||||
"Sí, enviamos a los 24 departamentos del Perú. En Lima Metropolitana ofrecemos Pago Contra Entrega, y para provincias trabajamos con Shalom y Olva Courier garantizando cobertura incluso en distritos remotos de la sierra y selva."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "¿Cuáles son los tiempos de entrega?",
|
||||
content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias: 5-10 días hábiles dependiendo de la ubicación. Todos nuestros envíos están asegurados y incluyen tracking en tiempo real.",
|
||||
},
|
||||
id: "faq-2", title: "¿Cuáles son los tiempos de entrega?", content:
|
||||
"Lima Metropolitana: 2-3 días hábiles. Provincias: 5-10 días hábiles dependiendo de la ubicación. Todos nuestros envíos están asegurados y incluyen tracking en tiempo real."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "¿Qué métodos de pago aceptan?",
|
||||
content:
|
||||
"Pago Contra Entrega (Lima), transferencias bancarias, Yape, Plin, tarjetas de crédito/débito. Todos los pagos están protegidos con encriptación de seguridad de nivel bancario.",
|
||||
},
|
||||
id: "faq-3", title: "¿Qué métodos de pago aceptan?", content:
|
||||
"Pago Contra Entrega (Lima), transferencias bancarias, Yape, Plin, tarjetas de crédito/débito. Todos los pagos están protegidos con encriptación de seguridad de nivel bancario."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "¿Qué garantía tienen los productos?",
|
||||
content:
|
||||
"Todos nuestros productos incluyen garantía de fábrica. En caso de defectos, ofrecemos reemplazo o devolución del dinero. El soporte técnico está disponible por WhatsApp, email y teléfono.",
|
||||
},
|
||||
id: "faq-4", title: "¿Qué garantía tienen los productos?", content:
|
||||
"Todos nuestros productos incluyen garantía de fábrica. En caso de defectos, ofrecemos reemplazo o devolución del dinero. El soporte técnico está disponible por WhatsApp, email y teléfono."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "¿Puedo rastrear mi pedido?",
|
||||
content:
|
||||
"Sí, cada pedido tiene un número de seguimiento. Recibirás actualizaciones en tiempo real sobre el estado de tu envío. El tracking integrado te permite conocer la ubicación exacta de tu paquete.",
|
||||
},
|
||||
id: "faq-5", title: "¿Puedo rastrear mi pedido?", content:
|
||||
"Sí, cada pedido tiene un número de seguimiento. Recibirás actualizaciones en tiempo real sobre el estado de tu envío. El tracking integrado te permite conocer la ubicación exacta de tu paquete."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "¿Ofrecen envío gratis?",
|
||||
content:
|
||||
"Sí, envío gratis a nivel nacional para compras mayores a S/. 500. Además, los productos en liquidación de stock incluyen envío express sin costo adicional.",
|
||||
},
|
||||
id: "faq-6", title: "¿Ofrecen envío gratis?", content:
|
||||
"Sí, envío gratis a nivel nacional para compras mayores a S/. 500. Además, los productos en liquidación de stock incluyen envío express sin costo adicional."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/cashback-concept_23-2148468021.jpg"
|
||||
imageAlt="Métodos de pago y opciones de soporte en PabTech"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
@@ -377,11 +265,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contactar por WhatsApp",
|
||||
onClick: () =>
|
||||
text: "Contactar por WhatsApp", onClick: () =>
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20información%20sobre%20un%20producto", "_blank"
|
||||
),
|
||||
},
|
||||
{ text: "Enviar Consulta", href: "/contacto" },
|
||||
@@ -393,13 +279,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PabTech"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Términos de Servicio", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -48,65 +48,23 @@ export default function ProductosPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "ProMirror",
|
||||
name: "ProMirror Duplicador de Pantalla",
|
||||
price: "S/. 249.00",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg?_wi=2",
|
||||
imageAlt: "ProMirror - Dispositivo duplicador de pantalla profesional",
|
||||
},
|
||||
id: "1", brand: "ProMirror", name: "ProMirror Duplicador de Pantalla", price: "S/. 249.00", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-director-watches-olympics-swimming-trial_482257-123070.jpg", imageAlt: "ProMirror - Dispositivo duplicador de pantalla profesional"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "SmartTech",
|
||||
name: "Smartwatch Pro Max",
|
||||
price: "S/. 399.00",
|
||||
rating: 5,
|
||||
reviewCount: "2.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg?_wi=2",
|
||||
imageAlt: "SmartTech - Smartwatch avanzado con múltiples funciones",
|
||||
},
|
||||
id: "2", brand: "SmartTech", name: "Smartwatch Pro Max", price: "S/. 399.00", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc: "http://img.b2bpic.net/free-photo/serious-curly-haired-woman-checks-results-fitness-training-wristwatch-controls-burned-caloies-after-workout-wears-cropped-top-leggings-poses-against-urban-buildings-sporty-lifestyle_273609-59898.jpg", imageAlt: "SmartTech - Smartwatch avanzado con múltiples funciones"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SecurityPro",
|
||||
name: "Cámara de Seguridad 4K",
|
||||
price: "S/. 599.00",
|
||||
rating: 5,
|
||||
reviewCount: "3.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2",
|
||||
imageAlt: "SecurityPro - Sistema de cámara de seguridad 4K inteligente",
|
||||
},
|
||||
id: "3", brand: "SecurityPro", name: "Cámara de Seguridad 4K", price: "S/. 599.00", rating: 5,
|
||||
reviewCount: "3.5k", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "SecurityPro - Sistema de cámara de seguridad 4K inteligente"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "HomeVibe",
|
||||
name: "Organizador Modular Anti-Desorden",
|
||||
price: "S/. 89.90",
|
||||
rating: 5,
|
||||
reviewCount: "5.6k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg?_wi=2",
|
||||
imageAlt: "HomeVibe - Organizador modular viral TikTok",
|
||||
},
|
||||
id: "4", brand: "HomeVibe", name: "Organizador Modular Anti-Desorden", price: "S/. 89.90", rating: 5,
|
||||
reviewCount: "5.6k", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tablet-house-with-automation-lighting-system_482257-7530.jpg", imageAlt: "HomeVibe - Organizador modular viral TikTok"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "EcoLiving",
|
||||
name: "Sistema de Almacenamiento Inteligente",
|
||||
price: "S/. 149.90",
|
||||
rating: 5,
|
||||
reviewCount: "4.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg?_wi=3",
|
||||
imageAlt: "EcoLiving - Sistema inteligente para organizar el hogar",
|
||||
},
|
||||
id: "5", brand: "EcoLiving", name: "Sistema de Almacenamiento Inteligente", price: "S/. 149.90", rating: 5,
|
||||
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "EcoLiving - Sistema inteligente para organizar el hogar"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "ModernHome",
|
||||
name: "Solución Práctica Multi-Uso",
|
||||
price: "S/. 129.90",
|
||||
rating: 5,
|
||||
reviewCount: "3.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg?_wi=4",
|
||||
imageAlt: "ModernHome - Producto práctico viral multi-uso",
|
||||
},
|
||||
id: "6", brand: "ModernHome", name: "Solución Práctica Multi-Uso", price: "S/. 129.90", rating: 5,
|
||||
reviewCount: "3.9k", imageSrc: "http://img.b2bpic.net/free-photo/female-painter-using-watercolor-paint-mixing-colors-artistic-creation_482257-124848.jpg", imageAlt: "ModernHome - Producto práctico viral multi-uso"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,88 +79,52 @@ export default function ProductosPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "offer-1",
|
||||
badge: "Promoción Flash",
|
||||
badgeIcon: AlertCircle,
|
||||
price: "-35%",
|
||||
subtitle: "Productos Electrónicos Premium",
|
||||
buttons: [
|
||||
id: "offer-1", badge: "Promoción Flash", badgeIcon: AlertCircle,
|
||||
price: "-35%", subtitle: "Productos Electrónicos Premium", buttons: [
|
||||
{
|
||||
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", onClick: () => {
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20dudas%20sobre%20esta%20promoción",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20dudas%20sobre%20esta%20promoción", "_blank"
|
||||
);
|
||||
},
|
||||
},
|
||||
],
|
||||
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"],
|
||||
},
|
||||
{
|
||||
id: "offer-2",
|
||||
badge: "Mega Descuento",
|
||||
badgeIcon: Flame,
|
||||
price: "-45%",
|
||||
subtitle: "Hogar y Novedades",
|
||||
buttons: [
|
||||
id: "offer-2", badge: "Mega Descuento", badgeIcon: Flame,
|
||||
price: "-45%", subtitle: "Hogar y Novedades", buttons: [
|
||||
{
|
||||
text: "Explorar Ofertas",
|
||||
href: "/productos?filter=hogar-sale",
|
||||
},
|
||||
text: "Explorar Ofertas", href: "/productos?filter=hogar-sale"},
|
||||
{
|
||||
text: "Consultar Disponibilidad",
|
||||
onClick: () => {
|
||||
text: "Consultar Disponibilidad", onClick: () => {
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20¿cuáles%20son%20los%20productos%20con%20mayor%20descuento?",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20¿cuáles%20son%20los%20productos%20con%20mayor%20descuento?", "_blank"
|
||||
);
|
||||
},
|
||||
},
|
||||
],
|
||||
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"],
|
||||
},
|
||||
{
|
||||
id: "offer-3",
|
||||
badge: "Saldo Agotado",
|
||||
badgeIcon: TrendingDown,
|
||||
price: "-55%",
|
||||
subtitle: "Último Stock en Almacén",
|
||||
buttons: [
|
||||
id: "offer-3", badge: "Saldo Agotado", badgeIcon: TrendingDown,
|
||||
price: "-55%", subtitle: "Último Stock en Almacén", buttons: [
|
||||
{
|
||||
text: "Ver Disponibles",
|
||||
href: "/productos?filter=last-stock",
|
||||
},
|
||||
text: "Ver Disponibles", href: "/productos?filter=last-stock"},
|
||||
{
|
||||
text: "Reservar Ahora",
|
||||
onClick: () => {
|
||||
text: "Reservar Ahora", onClick: () => {
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20reservar%20un%20producto",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20quiero%20reservar%20un%20producto", "_blank"
|
||||
);
|
||||
},
|
||||
},
|
||||
],
|
||||
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"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -212,22 +134,18 @@ export default function ProductosPage() {
|
||||
<ContactText
|
||||
text="¿No encontraste lo que buscas? Contáctanos por WhatsApp para solicitudes personalizadas o productos especiales. Estamos aquí para ayudarte."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Soporte en WhatsApp",
|
||||
onClick: () => {
|
||||
text: "Soporte en WhatsApp", onClick: () => {
|
||||
window.open(
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20una%20solicitud%20especial",
|
||||
"_blank"
|
||||
"https://wa.me/51XXXXXXXXX?text=Hola%20PabTech,%20tengo%20una%20solicitud%20especial", "_blank"
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
text: "Volver al Inicio",
|
||||
href: "/",
|
||||
},
|
||||
text: "Volver al Inicio", href: "/"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -236,13 +154,9 @@ export default function ProductosPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PabTech"
|
||||
leftLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Términos de Servicio",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Términos de Servicio", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user