Merge version_1 into main #2
300
src/app/page.tsx
300
src/app/page.tsx
@@ -34,30 +34,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#servicios",
|
||||
},
|
||||
name: "Servicios", id: "#servicios"},
|
||||
{
|
||||
name: "Trabajos",
|
||||
id: "#trabajos",
|
||||
},
|
||||
name: "Trabajos", id: "#trabajos"},
|
||||
{
|
||||
name: "Cómo trabajamos",
|
||||
id: "#comotrabajamos",
|
||||
},
|
||||
name: "Cómo trabajamos", id: "#comotrabajamos"},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "#nosotros",
|
||||
},
|
||||
name: "Nosotros", id: "#nosotros"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contacto",
|
||||
},
|
||||
name: "Contacto", id: "#contacto"},
|
||||
]}
|
||||
button={{
|
||||
text: "Agendá una llamada",
|
||||
href: "#contacto",
|
||||
}}
|
||||
text: "Agendá una llamada", href: "#contacto"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/abstract-logo-gradient-style_23-2148135214.jpg"
|
||||
logoAlt="LumiHub Logo"
|
||||
brandName="LumiHub"
|
||||
@@ -67,74 +55,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Tu web te trae clientes. Nuestra IA los atiende sola."
|
||||
description="Diseñamos webs que venden y automatizamos tu negocio con inteligencia artificial. Todo en un solo lugar."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedí tu diagnóstico gratis",
|
||||
href: "#contacto",
|
||||
},
|
||||
text: "Pedí tu diagnóstico gratis", href: "#contacto"},
|
||||
{
|
||||
text: "Ver trabajos",
|
||||
href: "#trabajos",
|
||||
},
|
||||
text: "Ver trabajos", href: "#trabajos"},
|
||||
]}
|
||||
videoSrc="http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg"
|
||||
videoAriaLabel="Showreel de LumiHub con mockups de sitios web y paneles de IA"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg",
|
||||
alt: "Tech professional 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", alt: "Tech professional 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg",
|
||||
alt: "Tech professional 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", alt: "Tech professional 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg",
|
||||
alt: "Tech professional 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg", alt: "Tech professional 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
alt: "Tech professional 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", alt: "Tech professional 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
alt: "Tech professional 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", alt: "Tech professional 5"},
|
||||
]}
|
||||
avatarText="+100 clientes satisfechos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Diseño Web de Alto Impacto",
|
||||
icon: Code,
|
||||
type: "text-icon", text: "Diseño Web de Alto Impacto", icon: Code,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Inteligencia Artificial Integrada",
|
||||
icon: Cog,
|
||||
type: "text-icon", text: "Inteligencia Artificial Integrada", icon: Cog,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Automatización de Ventas 24/7",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Automatización de Ventas 24/7", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Estrategias Digitales Personalizadas",
|
||||
icon: Target,
|
||||
type: "text-icon", text: "Estrategias Digitales Personalizadas", icon: Target,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Resultados Comprobados y Medibles",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Resultados Comprobados y Medibles", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ai-site-helping-with-content-production_1268-21625.jpg"
|
||||
imageAlt="website ai automation video background"
|
||||
/>
|
||||
</div>
|
||||
@@ -146,23 +109,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "proyectos",
|
||||
icon: Layers,
|
||||
title: "proyectos realizados",
|
||||
value: "+100",
|
||||
},
|
||||
id: "proyectos", icon: Layers,
|
||||
title: "proyectos realizados", value: "+100"},
|
||||
{
|
||||
id: "experiencia",
|
||||
icon: Award,
|
||||
title: "de experiencia",
|
||||
value: "3 años",
|
||||
},
|
||||
id: "experiencia", icon: Award,
|
||||
title: "de experiencia", value: "3 años"},
|
||||
{
|
||||
id: "ciudades",
|
||||
icon: Globe,
|
||||
title: "ciudades — sin fronteras",
|
||||
value: "4",
|
||||
},
|
||||
id: "ciudades", icon: Globe,
|
||||
title: "ciudades — sin fronteras", value: "4"},
|
||||
]}
|
||||
title="Resultados que hablan por nosotros."
|
||||
description="Experiencia sólida y crecimiento comprobado."
|
||||
@@ -177,24 +131,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Laptop,
|
||||
title: "Diseño web",
|
||||
description: "Tu web lista, rápida y pensada para vender. En tiempo récord.",
|
||||
},
|
||||
title: "Diseño web", description: "Tu web lista, rápida y pensada para vender. En tiempo récord."},
|
||||
{
|
||||
icon: Cog,
|
||||
title: "Automatización con IA",
|
||||
description: "Conectamos y automatizamos tu negocio para que trabaje solo.",
|
||||
},
|
||||
title: "Automatización con IA", description: "Conectamos y automatizamos tu negocio para que trabaje solo."},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
title: "Chatbots inteligentes",
|
||||
description: "Un asistente que responde, vende y agenda 24/7 por WhatsApp y tu web.",
|
||||
},
|
||||
title: "Chatbots inteligentes", description: "Un asistente que responde, vende y agenda 24/7 por WhatsApp y tu web."},
|
||||
{
|
||||
icon: Feather,
|
||||
title: "Contenido y redes",
|
||||
description: "Generamos contenido con IA para que tu marca no pare de aparecer.",
|
||||
},
|
||||
title: "Contenido y redes", description: "Generamos contenido con IA para que tu marca no pare de aparecer."},
|
||||
]}
|
||||
title="Todo lo que tu negocio necesita para crecer online."
|
||||
description="Fusionamos diseño web e inteligencia artificial para potenciar tu presencia y automatizar tus procesos."
|
||||
@@ -209,53 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Proyecto Retail",
|
||||
price: "Web",
|
||||
variant: "E-commerce de alto impacto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737871.jpg",
|
||||
imageAlt: "Captura de pantalla de un sitio web de e-commerce",
|
||||
},
|
||||
id: "p1", name: "Proyecto Retail", price: "Web", variant: "E-commerce de alto impacto", imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-background_23-2150737871.jpg", imageAlt: "Captura de pantalla de un sitio web de e-commerce"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Plataforma SaaS",
|
||||
price: "Web + IA",
|
||||
variant: "Automatización de procesos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-using-mockup-tablet-data-center-managing-server-virtualization_482257-117978.jpg",
|
||||
imageAlt: "Captura de pantalla de un dashboard de SaaS",
|
||||
},
|
||||
id: "p2", name: "Plataforma SaaS", price: "Web + IA", variant: "Automatización de procesos", imageSrc: "http://img.b2bpic.net/free-photo/engineers-using-mockup-tablet-data-center-managing-server-virtualization_482257-117978.jpg", imageAlt: "Captura de pantalla de un dashboard de SaaS"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Marca Personal",
|
||||
price: "Web",
|
||||
variant: "Presencia online disruptiva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/web-design-website-coding-concept_53876-64988.jpg",
|
||||
imageAlt: "Captura de pantalla de un sitio web corporativo",
|
||||
},
|
||||
id: "p3", name: "Marca Personal", price: "Web", variant: "Presencia online disruptiva", imageSrc: "http://img.b2bpic.net/free-photo/web-design-website-coding-concept_53876-64988.jpg", imageAlt: "Captura de pantalla de un sitio web corporativo"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Agencia Creativa",
|
||||
price: "Web",
|
||||
variant: "Portfolio digital interactivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-59640.jpg",
|
||||
imageAlt: "Captura de pantalla de un sitio web de portfolio creativo",
|
||||
},
|
||||
id: "p4", name: "Agencia Creativa", price: "Web", variant: "Portfolio digital interactivo", imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-59640.jpg", imageAlt: "Captura de pantalla de un sitio web de portfolio creativo"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Atención al Cliente",
|
||||
price: "Automatización",
|
||||
variant: "Chatbot inteligente 24/7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-headset-using-laptop_74855-3069.jpg",
|
||||
imageAlt: "Captura de pantalla de un sistema de chatbot",
|
||||
},
|
||||
id: "p5", name: "Atención al Cliente", price: "Automatización", variant: "Chatbot inteligente 24/7", imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-headset-using-laptop_74855-3069.jpg", imageAlt: "Captura de pantalla de un sistema de chatbot"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "App Móvil IA",
|
||||
price: "Automatización",
|
||||
variant: "Experiencia de usuario fluida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg",
|
||||
imageAlt: "Captura de pantalla de una aplicación móvil con IA",
|
||||
},
|
||||
id: "p6", name: "App Móvil IA", price: "Automatización", variant: "Experiencia de usuario fluida", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg", imageAlt: "Captura de pantalla de una aplicación móvil con IA"},
|
||||
]}
|
||||
title="Algunos de nuestros trabajos."
|
||||
description="Proyectos reales, resultados reales. Mirá cómo ayudamos a otros negocios a escalar."
|
||||
@@ -268,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "step1",
|
||||
title: "01 · Lanzamos tu web",
|
||||
content: "Diseño moderno y veloz que convierte visitas en clientes. Tu presencia online, lista para impresionar y vender.",
|
||||
},
|
||||
id: "step1", title: "01 · Lanzamos tu web", content: "Diseño moderno y veloz que convierte visitas en clientes. Tu presencia online, lista para impresionar y vender."},
|
||||
{
|
||||
id: "step2",
|
||||
title: "02 · Sumamos la IA",
|
||||
content: "Chatbots y automatizaciones que atienden, venden y gestionan por vos, liberando tu tiempo y recursos.",
|
||||
},
|
||||
id: "step2", title: "02 · Sumamos la IA", content: "Chatbots y automatizaciones que atienden, venden y gestionan por vos, liberando tu tiempo y recursos."},
|
||||
{
|
||||
id: "step3",
|
||||
title: "03 · Tu negocio escala",
|
||||
content: "Mientras hacés tu trabajo, LumiHub trabaja de fondo, optimizando y haciendo crecer tu negocio de forma autónoma.",
|
||||
},
|
||||
id: "step3", title: "03 · Tu negocio escala", content: "Mientras hacés tu trabajo, LumiHub trabaja de fondo, optimizando y haciendo crecer tu negocio de forma autónoma."},
|
||||
]}
|
||||
title="Simple. En tres pasos."
|
||||
description="Así transformamos tu negocio y lo preparamos para el futuro."
|
||||
@@ -294,6 +195,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="No somos otra agencia de webs."
|
||||
description="Te hacemos la web y te automatizamos el negocio. Todo en un solo lugar. Somos rápidos de verdad: tu presencia online lista en días, no en meses. Y la IA la aplicamos sin vueltas técnicas ni costos de gigante."
|
||||
metrics={[]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crystal-ball-with-purple-background_23-2150439161.jpg"
|
||||
imageAlt="Ilustración de un globo 3D con nodos luminosos y conexiones en violeta y cian"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -309,19 +211,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "maximo",
|
||||
name: "Máximo",
|
||||
role: "Co-fundador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
||||
imageAlt: "Foto de perfil de Máximo",
|
||||
},
|
||||
id: "maximo", name: "Máximo", role: "Co-fundador", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", imageAlt: "Foto de perfil de Máximo"},
|
||||
{
|
||||
id: "theo",
|
||||
name: "Theo",
|
||||
role: "Co-fundador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg",
|
||||
imageAlt: "Foto de perfil de Theo",
|
||||
},
|
||||
id: "theo", name: "Theo", role: "Co-fundador", imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-casual-shirt-standing-with-laptop-hands_93675-134479.jpg", imageAlt: "Foto de perfil de Theo"},
|
||||
]}
|
||||
title="Detrás de LumiHub."
|
||||
description="Somos Máximo y Theo. Con más de 3 años de experiencia y más de 100 proyectos realizados, sabemos lo que hace falta para que un negocio crezca online. LumiHub es la marca que reúne todo ese trabajo en un solo lugar: webs de primera y la potencia de la IA, al servicio de tu negocio. Trabajamos de cerca con cada cliente, como si su negocio fuera nuestro."
|
||||
@@ -335,50 +227,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sofía Pérez",
|
||||
handle: "CEO de InnovaTec",
|
||||
testimonial: "LumiHub transformó nuestra presencia online y la forma en que interactuamos con nuestros clientes. La combinación de una web espectacular y la IA es una locura.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg",
|
||||
imageAlt: "Foto de Sofía Pérez",
|
||||
},
|
||||
id: "t1", name: "Sofía Pérez", handle: "CEO de InnovaTec", testimonial: "LumiHub transformó nuestra presencia online y la forma en que interactuamos con nuestros clientes. La combinación de una web espectacular y la IA es una locura.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", imageAlt: "Foto de Sofía Pérez"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Diego Ramos",
|
||||
handle: "Director de Grupo Alpha",
|
||||
testimonial: "Nunca pensé que automatizar mi negocio con IA sería tan sencillo y efectivo. LumiHub lo hizo posible, ahorrándonos incontables horas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
|
||||
imageAlt: "Foto de Diego Ramos",
|
||||
},
|
||||
id: "t2", name: "Diego Ramos", handle: "Director de Grupo Alpha", testimonial: "Nunca pensé que automatizar mi negocio con IA sería tan sencillo y efectivo. LumiHub lo hizo posible, ahorrándonos incontables horas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Foto de Diego Ramos"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Martina Suárez",
|
||||
handle: "CMO de Marca Digital",
|
||||
testimonial: "Nuestra nueva web no solo es hermosa, sino que vende de verdad. El chatbot de LumiHub es un vendedor incansable que trabaja 24/7.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg",
|
||||
imageAlt: "Foto de Martina Suárez",
|
||||
},
|
||||
id: "t3", name: "Martina Suárez", handle: "CMO de Marca Digital", testimonial: "Nuestra nueva web no solo es hermosa, sino que vende de verdad. El chatbot de LumiHub es un vendedor incansable que trabaja 24/7.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193990.jpg", imageAlt: "Foto de Martina Suárez"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier Castro",
|
||||
handle: "Fundador de ScaleUp",
|
||||
testimonial: "Con LumiHub, escalamos en tiempo récord. Su enfoque integral de web + IA es el futuro y ellos lo dominan a la perfección.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg",
|
||||
imageAlt: "Foto de Javier Castro",
|
||||
},
|
||||
id: "t4", name: "Javier Castro", handle: "Fundador de ScaleUp", testimonial: "Con LumiHub, escalamos en tiempo récord. Su enfoque integral de web + IA es el futuro y ellos lo dominan a la perfección.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman_23-2148746289.jpg", imageAlt: "Foto de Javier Castro"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Valentina Giménez",
|
||||
handle: "Gerente de E-Commerce",
|
||||
testimonial: "Necesitábamos una solución rápida y potente. La web de LumiHub nos dio eso y más, superando todas nuestras expectativas en ventas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-medium-shot_23-2148692818.jpg",
|
||||
imageAlt: "Foto de Valentina Giménez",
|
||||
},
|
||||
id: "t5", name: "Valentina Giménez", handle: "Gerente de E-Commerce", testimonial: "Necesitábamos una solución rápida y potente. La web de LumiHub nos dio eso y más, superando todas nuestras expectativas en ventas.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-medium-shot_23-2148692818.jpg", imageAlt: "Foto de Valentina Giménez"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Lo que dicen nuestros clientes."
|
||||
@@ -390,16 +252,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contacto"
|
||||
title="¿Listo para que tu negocio juegue en primera?"
|
||||
description="Agendá una llamada gratis. Te mostramos qué podemos hacer por vos, sin compromiso y con resultados garantizados."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedí tu diagnóstico gratis",
|
||||
href: "mailto:contacto@lumihub.com",
|
||||
},
|
||||
text: "Pedí tu diagnóstico gratis", href: "mailto:contacto@lumihub.com"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -413,58 +272,35 @@ export default function LandingPage() {
|
||||
logoText="LumiHub"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#servicios",
|
||||
},
|
||||
label: "Servicios", href: "#servicios"},
|
||||
{
|
||||
label: "Trabajos",
|
||||
href: "#trabajos",
|
||||
},
|
||||
label: "Trabajos", href: "#trabajos"},
|
||||
{
|
||||
label: "Cómo trabajamos",
|
||||
href: "#comotrabajamos",
|
||||
},
|
||||
label: "Cómo trabajamos", href: "#comotrabajamos"},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "#nosotros",
|
||||
},
|
||||
label: "Nosotros", href: "#nosotros"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contacto",
|
||||
},
|
||||
label: "Contacto", href: "#contacto"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Términos y Condiciones",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos y Condiciones", href: "#"},
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Síguenos",
|
||||
items: [
|
||||
title: "Síguenos", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/lumihub",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/lumihub"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/lumihub",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/lumihub"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/numerodecontacto",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/numerodecontacto"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user