Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-30 22:09:08 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Nosotros",
id: "#about",
},
{
name: "Metodología",
id: "#features",
},
{
name: "Equipo",
id: "#team",
},
{
name: "Contacto",
id: "#contact",
},
{ name: "Nosotros", id: "#about" },
{ name: "Metodología", id: "#features" },
{ name: "Equipo", id: "#team" },
{ name: "Contacto", id: "#contact" },
]}
brandName="Consultora Navas"
/>
@@ -54,42 +42,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Menos procesos. Más poder."
description="Ayudamos a empresas a crecer con tecnología que simplifica, automatiza y escala su negocio. No sumamos herramientas—diseñamos sistemas que funcionan."
buttons={[
{
text: "Agendar una consulta",
href: "#contact",
},
]}
buttons={[{ text: "Agendar una consulta", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/geometric-lamp-hanging-from-ceiling_1127-2078.jpg",
imageAlt: "professional IT consultant office",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-particle-flow-background_1048-12212.jpg",
imageAlt: "digital network connection",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg",
imageAlt: "corporate office meeting room",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-desktop-pc-monitor-displaying-business-analytics_482257-130255.jpg",
imageAlt: "IT dashboard software interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-124623.jpg",
imageAlt: "server room technology",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-tablet_23-2148765430.jpg",
imageAlt: "business strategist working",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/geometric-lamp-hanging-from-ceiling_1127-2078.jpg", imageAlt: "professional IT consultant office" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-network-particle-flow-background_1048-12212.jpg", imageAlt: "digital network connection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg", imageAlt: "corporate office meeting room" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-home-office-with-desktop-pc-monitor-displaying-business-analytics_482257-130255.jpg", imageAlt: "IT dashboard software interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cloud-storage-banner-background-remixed-from-public-domain-by-nasa_53876-124623.jpg", imageAlt: "server room technology" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-tablet_23-2148765430.jpg", imageAlt: "business strategist working" }
]}
/>
</div>
@@ -98,19 +61,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Estrategia IT con enfoque",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/chairman-advisory-board-transmits-potential-company-expansion-plans_482257-89706.jpg",
alt: "executive consultant monitoring",
},
{
type: "text",
content: "real en el negocio.",
},
{ type: "text", content: "Estrategia IT con enfoque" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/chairman-advisory-board-transmits-potential-company-expansion-plans_482257-89706.jpg", alt: "executive consultant monitoring" },
{ type: "text", content: "real en el negocio." }
]}
/>
</div>
@@ -119,26 +72,12 @@ export default function LandingPage() {
<FeatureCardOne
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={true}
features={[
{
title: "Automatización",
description: "Reducimos tareas manuales y liberamos tiempo estratégico.",
imageSrc: "http://img.b2bpic.net/free-photo/equalizer-music-control-icon-graphic-with-people-studio-shoot_53876-121493.jpg",
imageAlt: "workflow automation concept",
},
{
title: "Visibilidad",
description: "Toma de decisiones basada en datos claros y centralizados.",
imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg",
imageAlt: "business growth data",
},
{
title: "Integración",
description: "Sistemas cohesivos diseñados para el largo plazo.",
imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg",
imageAlt: "software integration graphic",
},
{ title: "Automatización", description: "Reducimos tareas manuales y liberamos tiempo estratégico.", imageSrc: "http://img.b2bpic.net/free-photo/equalizer-music-control-icon-graphic-with-people-studio-shoot_53876-121493.jpg", imageAlt: "workflow automation concept" },
{ title: "Visibilidad", description: "Toma de decisiones basada en datos claros y centralizados.", imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", imageAlt: "business growth data" },
{ title: "Integración", description: "Sistemas cohesivos diseñados para el largo plazo.", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-working-from-apartment-office-seated-desk-using-ai-llm-chatbot_482257-127291.jpg", imageAlt: "software integration graphic" }
]}
title="Metodología rigurosa"
description="Diseñamos sistemas que escalan mediante procesos optimizados y tecnología integrada."
@@ -152,27 +91,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Ana Rodríguez",
role: "Lead Consultant",
description: "Especialista en escalabilidad empresarial.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
},
{
id: "t2",
name: "Carlos Méndez",
role: "IT Architect",
description: "Arquitecto de soluciones complejas.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
},
{
id: "t3",
name: "Lucía Varga",
role: "Ops Strategist",
description: "Experta en optimización de procesos.",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg",
},
{ id: "t1", name: "Ana Rodríguez", role: "Lead Consultant", description: "Especialista en escalabilidad empresarial.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg" },
{ id: "t2", name: "Carlos Méndez", role: "IT Architect", description: "Arquitecto de soluciones complejas.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg" },
{ id: "t3", name: "Lucía Varga", role: "Ops Strategist", description: "Experta en optimización de procesos.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg" }
]}
title="Un equipo interdisciplinario"
description="Expertos en tecnología y estrategia empresarial trabajando juntos."
@@ -183,15 +104,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="split"
useInvertedBackground={true}
names={[
"InnovateLab",
"GrowthCo",
"TechCorp",
"StartupXYZ",
"GlobalDynamics",
"SystemsPro",
"NexusInc",
]}
names={["InnovateLab", "GrowthCo", "TechCorp", "StartupXYZ", "GlobalDynamics", "SystemsPro", "NexusInc"]}
title="Empresas que confían"
description="Resultados comprobados que nos posicionan como aliados estratégicos."
/>
@@ -204,26 +117,11 @@ export default function LandingPage() {
rating={5}
author="CEO de Empresa Líder"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
alt: "executive portrait professional",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg",
alt: "executive portrait professional",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg",
alt: "executive portrait professional",
},
{
src: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
alt: "executive portrait professional",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg",
alt: "executive portrait professional",
},
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "executive portrait professional" },
{ src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", alt: "executive portrait professional" },
{ src: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg", alt: "executive portrait professional" },
{ src: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", alt: "executive portrait professional" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg", alt: "executive portrait professional" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -235,21 +133,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "¿Cómo garantizan la continuidad operativa?",
content: "Diseñamos implementaciones escalonadas para evitar cualquier interrupción.",
},
{
id: "q2",
title: "¿Cuál es su metodología de trabajo?",
content: "Un enfoque ágil basado en diagnóstico, diseño e implementación continua.",
},
{
id: "q3",
title: "¿Qué tipos de empresas asesoran?",
content: "Principalmente PYMEs con necesidades de crecimiento y automatización.",
},
{ id: "q1", title: "¿Cómo garantizan la continuidad operativa?", content: "Diseñamos implementaciones escalonadas para evitar cualquier interrupción." },
{ id: "q2", title: "¿Cuál es su metodología de trabajo?", content: "Un enfoque ágil basado en diagnóstico, diseño e implementación continua." },
{ id: "q3", title: "¿Qué tipos de empresas asesoran?", content: "Principalmente PYMEs con necesidades de crecimiento y automatización." }
]}
title="Preguntas frecuentes"
description="Despejamos tus dudas sobre nuestro proceso y metodología."
@@ -263,23 +149,10 @@ export default function LandingPage() {
title="Iniciemos la transformación"
description="Tu empresa necesita sistemas que funcionan. Conversemos."
inputs={[
{
name: "nombre",
type: "text",
placeholder: "Nombre completo",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email profesional",
required: true,
},
{ name: "nombre", type: "text", placeholder: "Nombre completo", required: true },
{ name: "email", type: "email", placeholder: "Email profesional", required: true }
]}
textarea={{
name: "mensaje",
placeholder: "Cuéntanos sobre tu desafío actual",
}}
textarea={{ name: "mensaje", placeholder: "Cuéntanos sobre tu desafío actual" }}
imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings_1359-851.jpg"
/>
</div>
@@ -289,32 +162,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95727.jpg"
logoText="Consultora Navas"
columns={[
{
title: "Navegación",
items: [
{
label: "Nosotros",
href: "#about",
},
{
label: "Metodología",
href: "#features",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Términos",
href: "#",
},
],
},
{ title: "Navegación", items: [{ label: "Nosotros", href: "#about" }, { label: "Metodología", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] }
]}
/>
</div>