Update src/app/productos/page.tsx
This commit is contained in:
@@ -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