Update src/app/page.tsx
This commit is contained in:
291
src/app/page.tsx
291
src/app/page.tsx
@@ -31,29 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Inicio", id: "#hero"},
|
||||
{
|
||||
name: "Servicios",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Servicios", id: "#services"},
|
||||
{
|
||||
name: "Trabajos",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Trabajos", id: "#portfolio"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
logoSrc="/lumihub-logo.svg"
|
||||
logoAlt="LumiHub Logo"
|
||||
brandName="LumiHub"
|
||||
button={{
|
||||
text: "Hablemos",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Hablemos", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,17 +53,13 @@ export default function LandingPage() {
|
||||
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: "#contact",
|
||||
},
|
||||
text: "Pedí tu diagnóstico gratis", href: "#contact"},
|
||||
{
|
||||
text: "Ver trabajos",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "Ver trabajos", href: "#portfolio"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg?_wi=1"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg"
|
||||
imageAlt="Mockups de proyectos web y automatización de LumiHub"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
@@ -86,23 +72,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Sparkles,
|
||||
title: "proyectos realizados",
|
||||
value: "+100",
|
||||
},
|
||||
id: "m1", icon: Sparkles,
|
||||
title: "proyectos realizados", value: "+100"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "de experiencia",
|
||||
value: "3 años",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "de experiencia", value: "3 años"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Globe,
|
||||
title: "alcance internacional",
|
||||
value: "4 ciudades",
|
||||
},
|
||||
id: "m3", icon: Globe,
|
||||
title: "alcance internacional", value: "4 ciudades"},
|
||||
]}
|
||||
title="Números que hablan por nosotros."
|
||||
description="Nuestra experiencia y alcance global se reflejan en cada proyecto, generando confianza y resultados para nuestros clientes."
|
||||
@@ -116,37 +93,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Digital",
|
||||
title: "Diseño web",
|
||||
subtitle: "Estética premium, funcionalidad impecable",
|
||||
description: "Webs modernas y veloces que atraen, cautivan y convierten visitantes en clientes fieles.",
|
||||
imageSrc: "/lumihub-logo.svg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
tag: "Digital", title: "Diseño web", subtitle: "Estética premium, funcionalidad impecable", description: "Webs modernas y veloces que atraen, cautivan y convierten visitantes en clientes fieles.", imageSrc: "/lumihub-logo.svg", imageAlt: "User provided image"},
|
||||
{
|
||||
tag: "Inteligencia",
|
||||
title: "Automatización con IA",
|
||||
subtitle: "Flujos de trabajo que se ejecutan solos",
|
||||
description: "Integramos IA para que tu negocio funcione 24/7, liberando tu tiempo y maximizando la eficiencia.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
tag: "Inteligencia", title: "Automatización con IA", subtitle: "Flujos de trabajo que se ejecutan solos", description: "Integramos IA para que tu negocio funcione 24/7, liberando tu tiempo y maximizando la eficiencia.", imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
tag: "Conversación",
|
||||
title: "Chatbots inteligentes",
|
||||
subtitle: "Atención al cliente instantánea",
|
||||
description: "Chatbots avanzados que resuelven dudas, califican leads y cierran ventas de forma autónoma.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
tag: "Conversación", title: "Chatbots inteligentes", subtitle: "Atención al cliente instantánea", description: "Chatbots avanzados que resuelven dudas, califican leads y cierran ventas de forma autónoma.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", imageAlt: "User provided image"},
|
||||
{
|
||||
tag: "Visibilidad",
|
||||
title: "Contenido y redes",
|
||||
subtitle: "Tu marca siempre relevante",
|
||||
description: "Creamos estrategias de contenido y gestionamos tus redes para una presencia online potente y coherente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
tag: "Visibilidad", title: "Contenido y redes", subtitle: "Tu marca siempre relevante", description: "Creamos estrategias de contenido y gestionamos tus redes para una presencia online potente y coherente.", imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg", imageAlt: "User provided image"},
|
||||
]}
|
||||
title="Todo lo que tu negocio necesita, conectado."
|
||||
description="Creamos un ecosistema digital integrado para tu empresa, desde el diseño visual hasta la inteligencia artificial que optimiza tus operaciones."
|
||||
@@ -162,47 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Proyecto Delta",
|
||||
price: "Web & IA",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg?_wi=2",
|
||||
imageAlt: "Captura de pantalla del Proyecto Delta, diseño web",
|
||||
},
|
||||
id: "p1", name: "Proyecto Delta", price: "Web & IA", imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg", imageAlt: "Captura de pantalla del Proyecto Delta, diseño web"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ecommerce Boost",
|
||||
price: "Automatización",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=1",
|
||||
imageAlt: "Panel de control de automatización de ecommerce",
|
||||
},
|
||||
id: "p2", name: "Ecommerce Boost", price: "Automatización", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "Panel de control de automatización de ecommerce"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "App Móvil UX",
|
||||
price: "Web & IA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/magician-performing-trick-with-magic-wand-against-black-background_23-2147880724.jpg",
|
||||
imageAlt: "Diseño de interfaz de usuario para aplicación móvil",
|
||||
},
|
||||
id: "p3", name: "App Móvil UX", price: "Web & IA", imageSrc: "http://img.b2bpic.net/free-photo/magician-performing-trick-with-magic-wand-against-black-background_23-2147880724.jpg", imageAlt: "Diseño de interfaz de usuario para aplicación móvil"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "CRM Integrado",
|
||||
price: "Automatización",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038399.jpg",
|
||||
imageAlt: "Diagrama de integración de CRM con IA",
|
||||
},
|
||||
id: "p4", name: "CRM Integrado", price: "Automatización", imageSrc: "http://img.b2bpic.net/free-photo/customer-relationship-management-concept_23-2150038399.jpg", imageAlt: "Diagrama de integración de CRM con IA"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Plataforma Educativa",
|
||||
price: "Web & IA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369873.jpg",
|
||||
imageAlt: "Interfaz de plataforma de e-learning",
|
||||
},
|
||||
id: "p5", name: "Plataforma Educativa", price: "Web & IA", imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369873.jpg", imageAlt: "Interfaz de plataforma de e-learning"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Asistente Virtual",
|
||||
price: "Automatización",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/realistic-phone-with-social-media_23-2151459593.jpg",
|
||||
imageAlt: "Chatbot conversando con un usuario",
|
||||
},
|
||||
id: "p6", name: "Asistente Virtual", price: "Automatización", imageSrc: "http://img.b2bpic.net/free-photo/realistic-phone-with-social-media_23-2151459593.jpg", imageAlt: "Chatbot conversando con un usuario"},
|
||||
]}
|
||||
title="Proyectos reales, resultados reales."
|
||||
description="Explorá nuestro portfolio de éxitos que demuestran el impacto de la sinergia entre diseño y automatización con IA."
|
||||
@@ -216,53 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Paso 1",
|
||||
title: "Lanzamos tu web",
|
||||
subtitle: "Diseño moderno y veloz",
|
||||
description: "Creamos una presencia online impactante que convierte visitas en clientes desde el primer día.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-planet-earth-broadband-internet-system-meet-needs-consumers_181624-57109.jpg",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Paso 1", title: "Lanzamos tu web", subtitle: "Diseño moderno y veloz", description: "Creamos una presencia online impactante que convierte visitas en clientes desde el primer día.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-planet-earth-broadband-internet-system-meet-needs-consumers_181624-57109.jpg", imageAlt: "spinning globe video dark technology global"},
|
||||
{
|
||||
tag: "Paso 2",
|
||||
title: "Sumamos la IA",
|
||||
subtitle: "Chatbots y automatizaciones",
|
||||
description: "Integramos soluciones inteligentes que atienden y venden por vos, optimizando cada proceso.",
|
||||
imageSrc: "/lumihub-logo.svg",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Paso 2", title: "Sumamos la IA", subtitle: "Chatbots y automatizaciones", description: "Integramos soluciones inteligentes que atienden y venden por vos, optimizando cada proceso.", imageSrc: "/lumihub-logo.svg", imageAlt: "spinning globe video dark technology global"},
|
||||
{
|
||||
tag: "Paso 3",
|
||||
title: "Tu negocio escala",
|
||||
subtitle: "Crecimiento sin límites",
|
||||
description: "Mientras hacés lo que mejor sabés, LumiHub trabaja de fondo para tu expansión continua.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg?_wi=3",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Paso 3", title: "Tu negocio escala", subtitle: "Crecimiento sin límites", description: "Mientras hacés lo que mejor sabés, LumiHub trabaja de fondo para tu expansión continua.", imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg", imageAlt: "spinning globe video dark technology global"},
|
||||
{
|
||||
tag: "Nuestra Ventaja",
|
||||
title: "Web + IA, juntas",
|
||||
subtitle: "Soluciones integrales",
|
||||
description: "Te hacemos la web y te automatizamos el negocio. Todo en un solo lugar, sin complicaciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=3",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Nuestra Ventaja", title: "Web + IA, juntas", subtitle: "Soluciones integrales", description: "Te hacemos la web y te automatizamos el negocio. Todo en un solo lugar, sin complicaciones.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", imageAlt: "spinning globe video dark technology global"},
|
||||
{
|
||||
tag: "Velocidad",
|
||||
title: "Rápidos de verdad",
|
||||
subtitle: "Implementación ágil",
|
||||
description: "Tu presencia online lista en días, no en meses. Eficiencia sin comprometer la calidad ni el detalle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg?_wi=3",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Velocidad", title: "Rápidos de verdad", subtitle: "Implementación ágil", description: "Tu presencia online lista en días, no en meses. Eficiencia sin comprometer la calidad ni el detalle.", imageSrc: "http://img.b2bpic.net/free-vector/activity-tracker-design_53876-91641.jpg", imageAlt: "spinning globe video dark technology global"},
|
||||
{
|
||||
tag: "Simplificamos",
|
||||
title: "IA para tu negocio",
|
||||
subtitle: "Tecnología accesible",
|
||||
description: "Inteligencia artificial aplicada, sin vueltas técnicas ni costos de gigante. Resultados a tu alcance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg?_wi=2",
|
||||
imageAlt: "spinning globe video dark technology global",
|
||||
},
|
||||
tag: "Simplificamos", title: "IA para tu negocio", subtitle: "Tecnología accesible", description: "Inteligencia artificial aplicada, sin vueltas técnicas ni costos de gigante. Resultados a tu alcance.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "spinning globe video dark technology global"},
|
||||
]}
|
||||
title="Innovación que te lleva más lejos."
|
||||
description="No somos otra agencia de webs. Nuestra metodología y enfoque único en la fusión de diseño e inteligencia artificial garantizan resultados exponenciales para tu negocio."
|
||||
@@ -275,37 +162,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Base",
|
||||
title: "Buenos Aires",
|
||||
subtitle: "34.61° S, 58.38° O",
|
||||
description: "Nuestro centro de innovación en la vibrante capital argentina, donde nacen las ideas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-world-population-day_23-2151493213.jpg",
|
||||
imageAlt: "dark globe map global business tech",
|
||||
},
|
||||
tag: "Base", title: "Buenos Aires", subtitle: "34.61° S, 58.38° O", description: "Nuestro centro de innovación en la vibrante capital argentina, donde nacen las ideas.", imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-world-population-day_23-2151493213.jpg", imageAlt: "dark globe map global business tech"},
|
||||
{
|
||||
tag: "Norteamérica",
|
||||
title: "Miami",
|
||||
subtitle: "25.76° N, 80.19° O",
|
||||
description: "Conectando con el mercado estadounidense, impulsando el crecimiento en la región.",
|
||||
imageSrc: "/lumihub-logo.svg",
|
||||
imageAlt: "dark globe map global business tech",
|
||||
},
|
||||
tag: "Norteamérica", title: "Miami", subtitle: "25.76° N, 80.19° O", description: "Conectando con el mercado estadounidense, impulsando el crecimiento en la región.", imageSrc: "/lumihub-logo.svg", imageAlt: "dark globe map global business tech"},
|
||||
{
|
||||
tag: "Europa",
|
||||
title: "Madrid",
|
||||
subtitle: "40.42° N, 3.70° O",
|
||||
description: "Expandiendo nuestra huella en Europa, ofreciendo soluciones globales con toque local.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg?_wi=4",
|
||||
imageAlt: "dark globe map global business tech",
|
||||
},
|
||||
tag: "Europa", title: "Madrid", subtitle: "40.42° N, 3.70° O", description: "Expandiendo nuestra huella en Europa, ofreciendo soluciones globales con toque local.", imageSrc: "http://img.b2bpic.net/free-vector/northern-lights-landing-page-template_52683-28977.jpg", imageAlt: "dark globe map global business tech"},
|
||||
{
|
||||
tag: "África",
|
||||
title: "Cape Town",
|
||||
subtitle: "33.92° S, 18.42° E",
|
||||
description: "Abriendo nuevas puertas en el continente africano, explorando mercados emergentes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=4",
|
||||
imageAlt: "dark globe map global business tech",
|
||||
},
|
||||
tag: "África", title: "Cape Town", subtitle: "33.92° S, 18.42° E", description: "Abriendo nuevas puertas en el continente africano, explorando mercados emergentes.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", imageAlt: "dark globe map global business tech"},
|
||||
]}
|
||||
title="Trabajamos sin fronteras."
|
||||
description="Desde Buenos Aires al mundo, llevamos la excelencia en diseño web e IA a clientes en los mercados más exigentes."
|
||||
@@ -320,40 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sofía García",
|
||||
role: "CEO",
|
||||
testimonial: "LumiHub transformó nuestra presencia online y la eficiencia interna. ¡Una solución integral que superó nuestras expectativas!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg",
|
||||
},
|
||||
id: "t1", name: "Sofía García", role: "CEO", testimonial: "LumiHub transformó nuestra presencia online y la eficiencia interna. ¡Una solución integral que superó nuestras expectativas!", imageSrc: "http://img.b2bpic.net/free-photo/blond-female-dressed-white-shirt-eyeglasses-holds-tablet-pc-grey-background_613910-14708.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Martín Rodríguez",
|
||||
role: "Director Comercial",
|
||||
testimonial: "Los chatbots de IA que implementaron son un game-changer. Nuestras ventas se dispararon y la atención es 24/7. ¡Increíble!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet_1098-651.jpg",
|
||||
},
|
||||
id: "t2", name: "Martín Rodríguez", role: "Director Comercial", testimonial: "Los chatbots de IA que implementaron son un game-changer. Nuestras ventas se dispararon y la atención es 24/7. ¡Increíble!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet_1098-651.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Valentina Pérez",
|
||||
role: "Emprendedora",
|
||||
testimonial: "Mi web era un dolor de cabeza, ahora es mi mejor vendedor. Gracias a LumiHub mi negocio creció como nunca.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-glasses-antique-suit-dark_613910-13533.jpg",
|
||||
},
|
||||
id: "t3", name: "Valentina Pérez", role: "Emprendedora", testimonial: "Mi web era un dolor de cabeza, ahora es mi mejor vendedor. Gracias a LumiHub mi negocio creció como nunca.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-male-glasses-antique-suit-dark_613910-13533.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Diego Fernández",
|
||||
role: "Gerente de Marketing",
|
||||
testimonial: "La combinación de diseño y automatización que ofrece LumiHub es única. Nuestro equipo es más productivo y los resultados son visibles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "t4", name: "Diego Fernández", role: "Gerente de Marketing", testimonial: "La combinación de diseño y automatización que ofrece LumiHub es única. Nuestro equipo es más productivo y los resultados son visibles.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Camila López",
|
||||
role: "Dueña de Boutique",
|
||||
testimonial: "Necesitaba una web elegante y que funcionara. LumiHub me dio ambas cosas, y la IA es una maravilla para mi stock.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
|
||||
},
|
||||
id: "t5", name: "Camila López", role: "Dueña de Boutique", testimonial: "Necesitaba una web elegante y que funcionara. LumiHub me dio ambas cosas, y la IA es una maravilla para mi stock.", imageSrc: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes."
|
||||
description="La satisfacción de quienes ya confían en LumiHub es nuestra mejor carta de presentación. Leé sus experiencias."
|
||||
@@ -364,14 +202,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="¿Listo para que tu negocio juegue en primera? Agendá una llamada gratis. Te mostramos qué podemos hacer por vos, sin compromiso. Hablemos: completa el formulario (simulado) o contactanos por email (hola@lumihub.com), WhatsApp (+54 9 11 1234-5678), Instagram (@lumihub) o LinkedIn (LumiHub)."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedí tu diagnóstico gratis",
|
||||
href: "mailto:hola@lumihub.com",
|
||||
},
|
||||
text: "Pedí tu diagnóstico gratis", href: "mailto:hola@lumihub.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -380,54 +215,36 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Inicio", href: "#hero"},
|
||||
{
|
||||
label: "Servicios",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Servicios", href: "#services"},
|
||||
{
|
||||
label: "Trabajos",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Trabajos", href: "#portfolio"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Redes",
|
||||
items: [
|
||||
title: "Redes", 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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 LumiHub. Tu web. Tu IA. Un solo lugar."
|
||||
bottomRightText=""
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user