Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-24 13:12:40 +00:00

View File

@@ -31,65 +31,29 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "hero",
},
{
name: "Nosotros",
id: "about",
},
{
name: "Servicios",
id: "features",
},
{
name: "Contacto",
id: "contact",
},
{ name: "Inicio", id: "hero" },
{ name: "Nosotros", id: "about" },
{ name: "Servicios", id: "features" },
{ name: "Contacto", id: "contact" },
]}
brandName="LegalEx"
button={{ text: "Consultar", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Excelencia Legal en un Mundo Moderno"
description="Defensa estratégica y asesoría de alto nivel para proteger lo que más importa. Profesionalismo, discreción y resultados impecables."
buttons={[
{
text: "Consultar Ahora",
href: "#contact",
},
]}
buttons={[{ text: "Consultar Ahora", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-modern-wooden-table-decor-generated-by-ai_188544-27803.jpg",
imageAlt: "abogado despacho elegante negro",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg",
imageAlt: "abogado despacho elegante negro",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/law-judgement-justice-equality-concept_53876-147648.jpg",
imageAlt: "abogado despacho elegante negro",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199356.jpg",
imageAlt: "abogado despacho elegante negro",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/gray-scale-shot-abandoned-plastic-chair-building-with-columns-rome_181624-30407.jpg",
imageAlt: "abogado despacho elegante negro",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-photorealistic-lamp_23-2151039021.jpg",
imageAlt: "abogado despacho elegante negro",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-modern-wooden-table-decor-generated-by-ai_188544-27803.jpg", imageAlt: "abogado despacho elegante negro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg", imageAlt: "abogado despacho elegante negro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/law-judgement-justice-equality-concept_53876-147648.jpg", imageAlt: "abogado despacho elegante negro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199356.jpg", imageAlt: "abogado despacho elegante negro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gray-scale-shot-abandoned-plastic-chair-building-with-columns-rome_181624-30407.jpg", imageAlt: "abogado despacho elegante negro" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-modern-photorealistic-lamp_23-2151039021.jpg", imageAlt: "abogado despacho elegante negro" }
]}
/>
</div>
@@ -101,18 +65,9 @@ export default function LandingPage() {
title="Nuestra Firma"
description="Más de 20 años de experiencia brindando soluciones jurídicas integrales. Nos distinguimos por una ética inquebrantable y un enfoque centrado en el cliente."
bulletPoints={[
{
title: "Integridad",
description: "Comprometidos con la transparencia total.",
},
{
title: "Estrategia",
description: "Soluciones diseñadas a medida.",
},
{
title: "Compromiso",
description: "Resultados orientados a la excelencia.",
},
{ title: "Integridad", description: "Comprometidos con la transparencia total." },
{ title: "Estrategia", description: "Soluciones diseñadas a medida." },
{ title: "Compromiso", description: "Resultados orientados a la excelencia." }
]}
imageSrc="http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg"
/>
@@ -124,27 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Derecho Corporativo",
subtitle: "Fusiones y adquisiciones",
category: "Empresarial",
value: "Expertise",
},
{
id: "f2",
title: "Litigio Civil",
subtitle: "Defensa de derechos",
category: "Legal",
value: "Protección",
},
{
id: "f3",
title: "Propiedad Intelectual",
subtitle: "Protección de marcas",
category: "Patentes",
value: "Seguridad",
},
{ id: "f1", title: "Derecho Corporativo", subtitle: "Fusiones y adquisiciones", category: "Empresarial", value: "Expertise" },
{ id: "f2", title: "Litigio Civil", subtitle: "Defensa de derechos", category: "Legal", value: "Protección" },
{ id: "f3", title: "Propiedad Intelectual", subtitle: "Protección de marcas", category: "Patentes", value: "Seguridad" }
]}
title="Servicios Jurídicos Premium"
description="Soluciones legales especializadas para particulares y empresas."
@@ -158,21 +95,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "98%",
description: "Casos exitosos resueltos",
},
{
id: "m2",
value: "500+",
description: "Clientes satisfechos globalmente",
},
{
id: "m3",
value: "20",
description: "Años de excelencia legal",
},
{ id: "m1", value: "98%", description: "Casos exitosos resueltos" },
{ id: "m2", value: "500+", description: "Clientes satisfechos globalmente" },
{ id: "m3", value: "20", description: "Años de excelencia legal" }
]}
title="Impacto Medible"
description="Nuestros resultados hablan por sí solos."
@@ -185,24 +110,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Lic. Roberto Vega",
role: "Socio Fundador",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-executive-before-interview_1098-3125.jpg",
},
{
id: "t2",
name: "Dra. Elena Ruiz",
role: "Especialista Corporativo",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-people-shaking-hands_23-2149271695.jpg",
},
{
id: "t3",
name: "Lic. Carlos Soto",
role: "Defensa Civil",
imageSrc: "http://img.b2bpic.net/free-photo/talking-adult-modern-phone-business-vacation_1303-2820.jpg",
},
{ id: "t1", name: "Lic. Roberto Vega", role: "Socio Fundador", imageSrc: "http://img.b2bpic.net/free-photo/close-up-executive-before-interview_1098-3125.jpg" },
{ id: "t2", name: "Dra. Elena Ruiz", role: "Especialista Corporativo", imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-people-shaking-hands_23-2149271695.jpg" },
{ id: "t3", name: "Lic. Carlos Soto", role: "Defensa Civil", imageSrc: "http://img.b2bpic.net/free-photo/talking-adult-modern-phone-business-vacation_1303-2820.jpg" }
]}
title="Expertos a su disposición"
description="Conozca al equipo detrás de cada victoria legal."
@@ -215,41 +125,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ana García",
role: "CEO",
testimonial: "Resolvieron mi caso corporativo con impecable discreción.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-smiling-pink-background_179666-14695.jpg",
},
{
id: "2",
name: "Luis Torres",
role: "Director",
testimonial: "La mejor asesoría legal que he recibido en mi carrera.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-10329.jpg",
},
{
id: "3",
name: "Marta Solis",
role: "Empresaria",
testimonial: "Profesionales y directos al grano. Muy satisfechos.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg",
},
{
id: "4",
name: "Juan Castro",
role: "Ejecutivo",
testimonial: "Un equipo de élite en todo el sentido de la palabra.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149429117.jpg",
},
{
id: "5",
name: "Sofia Velez",
role: "Fundadora",
testimonial: "La confianza depositada fue totalmente correspondida.",
imageSrc: "http://img.b2bpic.net/free-photo/executives-interacting-natural-work-environment_1098-1245.jpg",
},
{ id: "1", name: "Ana García", role: "CEO", testimonial: "Resolvieron mi caso corporativo con impecable discreción.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-smiling-pink-background_179666-14695.jpg" },
{ id: "2", name: "Luis Torres", role: "Director", testimonial: "La mejor asesoría legal que he recibido en mi carrera.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-glasses-standing-with-arms-folded-smiling_74855-10329.jpg" },
{ id: "3", name: "Marta Solis", role: "Empresaria", testimonial: "Profesionales y directos al grano. Muy satisfechos.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-modern-man-portrait_23-2148514877.jpg" },
{ id: "4", name: "Juan Castro", role: "Ejecutivo", testimonial: "Un equipo de élite en todo el sentido de la palabra.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149429117.jpg" },
{ id: "5", name: "Sofia Velez", role: "Fundadora", testimonial: "La confianza depositada fue totalmente correspondida.", imageSrc: "http://img.b2bpic.net/free-photo/executives-interacting-natural-work-environment_1098-1245.jpg" }
]}
title="Lo que dicen de nosotros"
description="Clientes que confían su futuro en nuestras manos."
@@ -261,21 +141,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "¿Cómo es el proceso de consulta?",
content: "Programamos una reunión inicial confidencial.",
},
{
id: "q2",
title: "¿Tienen cobertura nacional?",
content: "Sí, contamos con socios en todo el territorio.",
},
{
id: "q3",
title: "¿Cómo se calculan los honorarios?",
content: "Se definen en función de la complejidad del caso.",
},
{ id: "q1", title: "¿Cómo es el proceso de consulta?", content: "Programamos una reunión inicial confidencial." },
{ id: "q2", title: "¿Tienen cobertura nacional?", content: "Sí, contamos con socios en todo el territorio." },
{ id: "q3", title: "¿Cómo se calculan los honorarios?", content: "Se definen en función de la complejidad del caso." }
]}
title="Preguntas Frecuentes"
description="Resolvemos sus dudas iniciales aquí."
@@ -286,18 +154,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contacto"
title="Inicie una Conversación Privada"
description="Estamos listos para evaluar su situación con absoluta confidencialidad."
buttons={[
{
text: "Contactar ahora",
href: "mailto:info@legalex.com",
},
]}
buttons={[{ text: "Contactar ahora", href: "mailto:info@legalex.com" }]}
/>
</div>
@@ -306,32 +167,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780713.jpg"
logoText="LegalEx"
columns={[
{
title: "Firma",
items: [
{
label: "Nosotros",
href: "#about",
},
{
label: "Servicios",
href: "#features",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidad",
href: "#",
},
{
label: "Terminos",
href: "#",
},
],
},
{ title: "Firma", items: [{ label: "Nosotros", href: "#about" }, { label: "Servicios", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Terminos", href: "#" }] }
]}
/>
</div>