Merge version_1 into main #1
151
src/app/page.tsx
151
src/app/page.tsx
@@ -31,35 +31,21 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre Nosotros",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Inicio", id: "hero" },
|
||||
{ name: "Sobre Nosotros", id: "about" },
|
||||
{ name: "Contacto", id: "contact" },
|
||||
]}
|
||||
brandName="COMING SOON"
|
||||
button={{ text: "Suscribirse" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="PROXIMAMENTE"
|
||||
description="Estamos trabajando en algo increíble. Mantente atento para más novedades."
|
||||
buttons={[
|
||||
{
|
||||
text: "Suscribirse",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Suscribirse" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/new-landing-page-luxury-background-template_125964-4358.jpg"
|
||||
imageAlt="Coming soon visual"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -72,14 +58,8 @@ export default function LandingPage() {
|
||||
title="Nuestra visión"
|
||||
description="Redefiniendo el estándar digital con soluciones innovadoras y centradas en el usuario."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Compromiso",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Innovación",
|
||||
},
|
||||
{ value: "100%", title: "Compromiso" },
|
||||
{ value: "24/7", title: "Innovación" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -94,20 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dashboard intuitivo",
|
||||
description: "Gestiona todo desde un único lugar sin complicaciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
|
||||
},
|
||||
title: "Dashboard intuitivo", description: "Gestiona todo desde un único lugar sin complicaciones.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"},
|
||||
{
|
||||
title: "Análisis inteligente",
|
||||
description: "Obtén datos accionables para tomar mejores decisiones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-icon-set_23-2151910315.jpg",
|
||||
},
|
||||
title: "Análisis inteligente", description: "Obtén datos accionables para tomar mejores decisiones.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-icon-set_23-2151910315.jpg"},
|
||||
{
|
||||
title: "Seguridad total",
|
||||
description: "Tu información protegida bajo los estándares más altos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg",
|
||||
},
|
||||
title: "Seguridad total", description: "Tu información protegida bajo los estándares más altos.", imageSrc: "http://img.b2bpic.net/free-photo/digital-blue-hud-interface-laptop-concept_53876-15831.jpg"},
|
||||
]}
|
||||
title="Lo que estamos construyendo"
|
||||
description="Funcionalidades diseñadas para potenciar tu éxito diario."
|
||||
@@ -118,15 +89,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Empresa A",
|
||||
"Empresa B",
|
||||
"Empresa C",
|
||||
"Empresa D",
|
||||
"Empresa E",
|
||||
"Empresa F",
|
||||
"Empresa G",
|
||||
]}
|
||||
names={["Empresa A", "Empresa B", "Empresa C", "Empresa D", "Empresa E", "Empresa F", "Empresa G"]}
|
||||
title="Nuestros socios estratégicos"
|
||||
description="Marcas que confían en nuestra visión de futuro."
|
||||
/>
|
||||
@@ -139,34 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Colaboradores",
|
||||
items: [
|
||||
"Diseño",
|
||||
"Desarrollo",
|
||||
"Estrategia",
|
||||
],
|
||||
id: "m1", value: "50+", title: "Colaboradores", items: ["Diseño", "Desarrollo", "Estrategia"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10k",
|
||||
title: "Pre-registros",
|
||||
items: [
|
||||
"Usuarios activos",
|
||||
"Interés",
|
||||
"Crecimiento",
|
||||
],
|
||||
id: "m2", value: "10k", title: "Pre-registros", items: ["Usuarios activos", "Interés", "Crecimiento"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15",
|
||||
title: "Paises",
|
||||
items: [
|
||||
"Global",
|
||||
"Presencia",
|
||||
"Escalabilidad",
|
||||
],
|
||||
id: "m3", value: "15", title: "Paises", items: ["Global", "Presencia", "Escalabilidad"],
|
||||
},
|
||||
]}
|
||||
title="Hitos clave"
|
||||
@@ -181,40 +123,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana R.",
|
||||
role: "CEO",
|
||||
testimonial: "Una visión fresca para el mercado actual.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg",
|
||||
},
|
||||
id: "t1", name: "Ana R.", role: "CEO", testimonial: "Una visión fresca para el mercado actual.", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_1262-20882.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Luis M.",
|
||||
role: "CTO",
|
||||
testimonial: "El equipo más profesional con el que he trabajado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
|
||||
},
|
||||
id: "t2", name: "Luis M.", role: "CTO", testimonial: "El equipo más profesional con el que he trabajado.", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena S.",
|
||||
role: "Marketing",
|
||||
testimonial: "La innovación que todos estábamos esperando.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-colleagues_23-2148349956.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena S.", role: "Marketing", testimonial: "La innovación que todos estábamos esperando.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-colleagues_23-2148349956.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Javier P.",
|
||||
role: "Ingeniero",
|
||||
testimonial: "Calidad y excelencia en cada detalle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
},
|
||||
id: "t4", name: "Javier P.", role: "Ingeniero", testimonial: "Calidad y excelencia en cada detalle.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara G.",
|
||||
role: "Analista",
|
||||
testimonial: "Simplemente impresionante y visionario.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg",
|
||||
},
|
||||
id: "t5", name: "Sara G.", role: "Analista", testimonial: "Simplemente impresionante y visionario.", imageSrc: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg"},
|
||||
]}
|
||||
title="Lo que dicen de nosotros"
|
||||
description="Opiniones de quienes han visto nuestro progreso."
|
||||
@@ -227,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "¿Cuándo estará listo?",
|
||||
content: "Estamos trabajando para estar disponibles muy pronto.",
|
||||
},
|
||||
id: "f1", title: "¿Cuándo estará listo?", content: "Estamos trabajando para estar disponibles muy pronto."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "¿Cómo puedo registrarme?",
|
||||
content: "Suscríbete a nuestro boletín para noticias exclusivas.",
|
||||
},
|
||||
id: "f2", title: "¿Cómo puedo registrarme?", content: "Suscríbete a nuestro boletín para noticias exclusivas."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "¿Es gratuito?",
|
||||
content: "Habrá opciones accesibles para todos los usuarios.",
|
||||
},
|
||||
id: "f3", title: "¿Es gratuito?", content: "Habrá opciones accesibles para todos los usuarios."},
|
||||
]}
|
||||
title="Preguntas frecuentes"
|
||||
description="Resolvemos todas tus dudas."
|
||||
@@ -255,10 +163,7 @@ export default function LandingPage() {
|
||||
description="Déjanos tu correo y sé el primero en saber cuándo lanzamos."
|
||||
inputs={[
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu correo electrónico",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Tu correo electrónico", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6367.jpg"
|
||||
@@ -270,13 +175,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="PROXIMAMENTE"
|
||||
leftLink={{
|
||||
text: "Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacidad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Términos",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Términos", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user