Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
309
src/app/page.tsx
309
src/app/page.tsx
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "home",
|
||||
},
|
||||
name: "Inicio", id: "home"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
name: "Nosotros", id: "about"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Productos", id: "products"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "features",
|
||||
},
|
||||
name: "Servicios", id: "features"},
|
||||
{
|
||||
name: "Opiniones",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Opiniones", id: "testimonials"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/flat-design-mexico-logo-map_23-2149723686.jpg"
|
||||
logoAlt="8A Automotriz Logo"
|
||||
@@ -66,63 +54,40 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Baterías y lubricantes de confianza desde 1985"
|
||||
description="Distribuidor autorizado LTH con 40 años sirviendo a Zapopan. Precios honestos, servicio rápido, garantía que respalda tu inversión."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-customer-car-dealership_23-2149117120.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-customer-car-dealership_23-2149117120.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-looking-away-medium-shot_23-2148266204.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-woman-looking-away-medium-shot_23-2148266204.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580539.jpg",
|
||||
alt: "Experienced mechanic",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580539.jpg", alt: "Experienced mechanic"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg",
|
||||
alt: "Young mechanic",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-car-service-owner-with-arms-crossed-his-workshop_637285-9434.jpg", alt: "Young mechanic"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-family-taking-hot-drink-winter-field_1157-31347.jpg",
|
||||
alt: "Family car owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-family-taking-hot-drink-winter-field_1157-31347.jpg", alt: "Family car owner"},
|
||||
]}
|
||||
avatarText="+1000 Clientes Satisfechos"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver nuestros productos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver nuestros productos", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Servicio de Calidad",
|
||||
type: "text", text: "Servicio de Calidad"},
|
||||
{
|
||||
type: "text-icon", text: "40 Años de Experiencia", icon: CalendarDays,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "40 Años de Experiencia",
|
||||
icon: CalendarDays,
|
||||
type: "text", text: "Precios Justos"},
|
||||
{
|
||||
type: "text-icon", text: "Garantía LTH", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precios Justos",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Garantía LTH",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atención Personalizada",
|
||||
},
|
||||
type: "text", text: "Atención Personalizada"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,19 +99,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CalendarDays,
|
||||
label: "Años de Experiencia",
|
||||
value: "40+",
|
||||
},
|
||||
label: "Años de Experiencia", value: "40+"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Calificación en Google",
|
||||
value: "4.4 Estrellas",
|
||||
},
|
||||
label: "Calificación en Google", value: "4.4 Estrellas"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Distribuidor Autorizado",
|
||||
value: "LTH",
|
||||
},
|
||||
label: "Distribuidor Autorizado", value: "LTH"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -159,46 +118,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precios Transparentes",
|
||||
description: "Siempre conocerás el costo total por adelantado, sin sorpresas ni cargos ocultos. Tu confianza es nuestra prioridad.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-pointing-back-holding-clipboard-uniform-front-view_176474-21718.jpg",
|
||||
imageAlt: "Honest pricing",
|
||||
},
|
||||
title: "Precios Transparentes", description: "Siempre conocerás el costo total por adelantado, sin sorpresas ni cargos ocultos. Tu confianza es nuestra prioridad.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-pointing-back-holding-clipboard-uniform-front-view_176474-21718.jpg", imageAlt: "Honest pricing"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-delivery-woman-blue-uniform-cap-holding-clipboard-pencil-looking-confused-very-anxious-standing-pink-wall_141793-64499.jpg",
|
||||
imageAlt: "Clear invoice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mexico-logo-map_23-2149723686.jpg",
|
||||
imageAlt: "transparent pricing car repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-delivery-woman-blue-uniform-cap-holding-clipboard-pencil-looking-confused-very-anxious-standing-pink-wall_141793-64499.jpg", imageAlt: "Clear invoice"}
|
||||
},
|
||||
{
|
||||
title: "Servicio Rápido y Eficiente",
|
||||
description: "Minimizamos tu tiempo de espera con instalaciones y cambios rápidos, para que vuelvas a la carretera en el menor tiempo posible.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-repairing-car-engine_23-2148327590.jpg",
|
||||
imageAlt: "Fast service",
|
||||
},
|
||||
title: "Servicio Rápido y Eficiente", description: "Minimizamos tu tiempo de espera con instalaciones y cambios rápidos, para que vuelvas a la carretera en el menor tiempo posible.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-repairing-car-engine_23-2148327590.jpg", imageAlt: "Fast service"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg",
|
||||
imageAlt: "Quick installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg",
|
||||
imageAlt: "transparent pricing car repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1283.jpg", imageAlt: "Quick installation"}
|
||||
},
|
||||
{
|
||||
title: "Asesoría Experta",
|
||||
description: "Nuestro equipo de especialistas te guiará para que tomes la mejor decisión para tu vehículo, con recomendaciones claras y profesionales.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-giving-car-keys-their-auto-mechanic-auto-repair-shop-focus-is-mechanic_637285-7732.jpg",
|
||||
imageAlt: "Expert advice",
|
||||
},
|
||||
title: "Asesoría Experta", description: "Nuestro equipo de especialistas te guiará para que tomes la mejor decisión para tu vehículo, con recomendaciones claras y profesionales.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-giving-car-keys-their-auto-mechanic-auto-repair-shop-focus-is-mechanic_637285-7732.jpg", imageAlt: "Expert advice"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1481.jpg",
|
||||
imageAlt: "Professional consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrenches_23-2147624705.jpg",
|
||||
imageAlt: "transparent pricing car repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1481.jpg", imageAlt: "Professional consultation"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -216,47 +151,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Batería LTH AGM",
|
||||
price: "$2,500 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turbocharged-engine-sports-car-close-up-hood_78492-3881.jpg",
|
||||
imageAlt: "LTH AGM Battery",
|
||||
},
|
||||
id: "p1", name: "Batería LTH AGM", price: "$2,500 MXN", imageSrc: "http://img.b2bpic.net/free-photo/turbocharged-engine-sports-car-close-up-hood_78492-3881.jpg", imageAlt: "LTH AGM Battery"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Aceite Sintético Valvoline",
|
||||
price: "$600 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-wearing-white-uniform-stand-holding-wrench_1150-16601.jpg",
|
||||
imageAlt: "Valvoline Synthetic Oil",
|
||||
},
|
||||
id: "p2", name: "Aceite Sintético Valvoline", price: "$600 MXN", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-wearing-white-uniform-stand-holding-wrench_1150-16601.jpg", imageAlt: "Valvoline Synthetic Oil"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Filtro de Aire Premium",
|
||||
price: "$350 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194118.jpg",
|
||||
imageAlt: "Premium Air Filter",
|
||||
},
|
||||
id: "p3", name: "Filtro de Aire Premium", price: "$350 MXN", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194118.jpg", imageAlt: "Premium Air Filter"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Líquido de Frenos DOT 4",
|
||||
price: "$200 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-car-accessories_23-2149030393.jpg",
|
||||
imageAlt: "Brake Fluid DOT 4",
|
||||
},
|
||||
id: "p4", name: "Líquido de Frenos DOT 4", price: "$200 MXN", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-car-accessories_23-2149030393.jpg", imageAlt: "Brake Fluid DOT 4"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cargador de Baterías Inteligente",
|
||||
price: "$1,200 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg",
|
||||
imageAlt: "Smart Battery Charger",
|
||||
},
|
||||
id: "p5", name: "Cargador de Baterías Inteligente", price: "$1,200 MXN", imageSrc: "http://img.b2bpic.net/free-photo/jump-starting-dead-battery-using-jumper-electrical-wires_1153-4393.jpg", imageAlt: "Smart Battery Charger"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Plumillas Limpiaparabrisas",
|
||||
price: "$450 MXN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-effect-urban-background_23-2148099024.jpg",
|
||||
imageAlt: "Windshield Wiper Blades",
|
||||
},
|
||||
id: "p6", name: "Plumillas Limpiaparabrisas", price: "$450 MXN", imageSrc: "http://img.b2bpic.net/free-photo/rain-effect-urban-background_23-2148099024.jpg", imageAlt: "Windshield Wiper Blades"},
|
||||
]}
|
||||
title="Nuestros Productos Estrella"
|
||||
description="Descubre nuestra amplia selección de baterías LTH y lubricantes de alta calidad, garantizando el mejor rendimiento para tu vehículo."
|
||||
@@ -268,14 +173,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"LTH",
|
||||
"Bosch",
|
||||
"Valvoline",
|
||||
"Shell",
|
||||
"Castrol",
|
||||
"Mobil 1",
|
||||
"Denso",
|
||||
]}
|
||||
"LTH", "Bosch", "Valvoline", "Shell", "Castrol", "Mobil 1", "Denso"]}
|
||||
title="Marcas de Confianza y Socios Estratégicos"
|
||||
description="Como distribuidores autorizados, garantizamos productos originales y el mejor rendimiento para tu vehículo."
|
||||
tag="Distribuidores Oficiales"
|
||||
@@ -294,50 +192,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Roberto García",
|
||||
handle: "@robertog",
|
||||
testimonial: "¡Excelente servicio y precios justos! Cambiaron mi batería en minutos y me explicaron todo el proceso. Muy recomendados.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-salon_1303-28466.jpg",
|
||||
imageAlt: "Roberto García",
|
||||
},
|
||||
id: "1", name: "Roberto García", handle: "@robertog", testimonial: "¡Excelente servicio y precios justos! Cambiaron mi batería en minutos y me explicaron todo el proceso. Muy recomendados.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-salon_1303-28466.jpg", imageAlt: "Roberto García"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Morales",
|
||||
handle: "@anam",
|
||||
testimonial: "Siempre encuentro lo que necesito para mi auto aquí. La asesoría es top y se nota la experiencia de 40 años.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-posing-photo_23-2148192221.jpg",
|
||||
imageAlt: "Ana Morales",
|
||||
},
|
||||
id: "2", name: "Ana Morales", handle: "@anam", testimonial: "Siempre encuentro lo que necesito para mi auto aquí. La asesoría es top y se nota la experiencia de 40 años.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-blogger-posing-photo_23-2148192221.jpg", imageAlt: "Ana Morales"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Juan Pérez",
|
||||
handle: "@juanp",
|
||||
testimonial: "Soy mecánico y confío en 8A Automotriz para mis refacciones a granel. Calidad LTH garantizada y entrega rápida.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-auto-repair-shop_637285-7540.jpg",
|
||||
imageAlt: "Juan Pérez",
|
||||
},
|
||||
id: "3", name: "Juan Pérez", handle: "@juanp", testimonial: "Soy mecánico y confío en 8A Automotriz para mis refacciones a granel. Calidad LTH garantizada y entrega rápida.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-mechanic-working-auto-repair-shop_637285-7540.jpg", imageAlt: "Juan Pérez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofía Hernández",
|
||||
handle: "@sofiah",
|
||||
testimonial: "Necesitaba un aceite específico y lo tenían. Además, la atención al cliente fue insuperable. ¡Volveré sin duda!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-truck-driver_23-2151561822.jpg",
|
||||
imageAlt: "Sofía Hernández",
|
||||
},
|
||||
id: "4", name: "Sofía Hernández", handle: "@sofiah", testimonial: "Necesitaba un aceite específico y lo tenían. Además, la atención al cliente fue insuperable. ¡Volveré sin duda!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-truck-driver_23-2151561822.jpg", imageAlt: "Sofía Hernández"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Carlos Ruíz",
|
||||
handle: "@carlosr",
|
||||
testimonial: "40 años de experiencia se notan en cada detalle. La mejor opción en Zapopan para baterías LTH y lubricantes.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-sitting-waiting-room-car-service-center-talking-smartphone-looking-camera_496169-1036.jpg",
|
||||
imageAlt: "Carlos Ruíz",
|
||||
},
|
||||
id: "5", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "40 años de experiencia se notan en cada detalle. La mejor opción en Zapopan para baterías LTH y lubricantes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-sitting-waiting-room-car-service-center-talking-smartphone-looking-camera_496169-1036.jpg", imageAlt: "Carlos Ruíz"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que Nuestros Clientes Dicen"
|
||||
@@ -350,25 +218,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "¿Son distribuidores autorizados de LTH?",
|
||||
content: "Sí, somos distribuidores autorizados de baterías LTH, garantizando productos 100% originales y con el respaldo de la marca.",
|
||||
},
|
||||
id: "faq1", title: "¿Son distribuidores autorizados de LTH?", content: "Sí, somos distribuidores autorizados de baterías LTH, garantizando productos 100% originales y con el respaldo de la marca."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "¿Ofrecen servicio de instalación de baterías?",
|
||||
content: "Absolutamente. Contamos con servicio de instalación de baterías rápido y profesional en nuestra sucursal de Zapopan, sin costo adicional en la compra.",
|
||||
},
|
||||
id: "faq2", title: "¿Ofrecen servicio de instalación de baterías?", content: "Absolutamente. Contamos con servicio de instalación de baterías rápido y profesional en nuestra sucursal de Zapopan, sin costo adicional en la compra."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "¿Qué tipo de lubricantes manejan?",
|
||||
content: "Ofrecemos una amplia gama de lubricantes sintéticos, semi-sintéticos y convencionales de las mejores marcas, adecuados para todo tipo de vehículos y necesidades.",
|
||||
},
|
||||
id: "faq3", title: "¿Qué tipo de lubricantes manejan?", content: "Ofrecemos una amplia gama de lubricantes sintéticos, semi-sintéticos y convencionales de las mejores marcas, adecuados para todo tipo de vehículos y necesidades."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "¿Tienen garantía en sus productos?",
|
||||
content: "Sí, todos nuestros productos cuentan con la garantía oficial del fabricante, además de nuestro respaldo como negocio establecido por 40 años.",
|
||||
},
|
||||
id: "faq4", title: "¿Tienen garantía en sus productos?", content: "Sí, todos nuestros productos cuentan con la garantía oficial del fabricante, además de nuestro respaldo como negocio establecido por 40 años."},
|
||||
]}
|
||||
sideTitle="¿Tienes Preguntas Frecuentes?"
|
||||
sideDescription="Encuentra respuestas rápidas sobre nuestros productos, servicios, garantías y cómo podemos ayudarte con tu vehículo."
|
||||
@@ -382,8 +238,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contacto"
|
||||
title="Visítanos en Zapopan o Contáctanos"
|
||||
description="Estamos listos para atenderte con la honestidad y rapidez que nos caracteriza. Ven a nuestra sucursal o envíanos un mensaje."
|
||||
@@ -404,67 +259,41 @@ export default function LandingPage() {
|
||||
logoText="8A Automotriz"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Inicio", href: "#home"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Nosotros", href: "#about"},
|
||||
{
|
||||
label: "Productos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Productos", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{
|
||||
label: "Baterías LTH",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Baterías LTH", href: "#products"},
|
||||
{
|
||||
label: "Lubricantes",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Lubricantes", href: "#products"},
|
||||
{
|
||||
label: "Instalación",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Instalación", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Soporte",
|
||||
items: [
|
||||
title: "Soporte", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
{
|
||||
label: "Garantías",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Garantías", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes Sociales",
|
||||
items: [
|
||||
title: "Redes Sociales", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user