Update src/app/sobre-nosotros/page.tsx

This commit is contained in:
2026-06-10 04:09:54 +00:00
parent 4301729e18
commit 28d5a8c39c

View File

@@ -26,32 +26,20 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Inicio",
id: "/",
},
name: "Inicio", id: "/"},
{
name: "Accidentes Laborales",
id: "/accidentes-laborales",
},
name: "Accidentes Laborales", id: "/accidentes-laborales"},
{
name: "Accidentes de Tránsito",
id: "/accidentes-de-transito",
},
name: "Accidentes de Tránsito", id: "/accidentes-de-transito"},
{
name: "Sobre Nosotros",
id: "/sobre-nosotros",
},
name: "Sobre Nosotros", id: "/sobre-nosotros"},
{
name: "Contacto",
id: "/contacto",
},
name: "Contacto", id: "/contacto"},
]}
logoSrc="http://img.b2bpic.net/free-vector/logo-templates-collection_1142-469.jpg"
brandName="ABOGADOS R&E"
button={{
text: "WhatsApp",
href: "https://wa.me/XXXXXXXXXX",
onClick: "() => console.log('WhatsApp button clicked')",
text: "WhatsApp", href: "https://wa.me/XXXXXXXXXX", onClick: () => console.log('WhatsApp button clicked'),
}}
/>
</div>
@@ -64,26 +52,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "member-1",
name: "Dr. Juan Pérez",
role: "Socio Fundador",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
imageAlt: "Dr. Juan Pérez, socio fundador",
},
id: "member-1", name: "Dr. Juan Pérez", role: "Socio Fundador", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", imageAlt: "Dr. Juan Pérez, socio fundador"},
{
id: "member-2",
name: "Dra. María García",
role: "Especialista en Litigios",
imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-smartphone-papers_74855-5108.jpg",
imageAlt: "Dra. María García, especialista en litigios",
},
id: "member-2", name: "Dra. María García", role: "Especialista en Litigios", imageSrc: "http://img.b2bpic.net/free-photo/professional-businesswoman-with-smartphone-papers_74855-5108.jpg", imageAlt: "Dra. María García, especialista en litigios"},
{
id: "member-3",
name: "Dr. Ricardo Lopez",
role: "Asociado Senior",
imageSrc: "http://img.b2bpic.net/free-photo/head-full-new-creative-ideas_329181-730.jpg",
imageAlt: "Dr. Ricardo Lopez, asociado senior",
},
id: "member-3", name: "Dr. Ricardo Lopez", role: "Asociado Senior", imageSrc: "http://img.b2bpic.net/free-photo/head-full-new-creative-ideas_329181-730.jpg", imageAlt: "Dr. Ricardo Lopez, asociado senior"},
]}
title="En Abogados R&E: Compromiso, Profesionalismo y Cercanía."
description="En Abogados R&E trabajamos con compromiso, responsabilidad y cercanía, acompañando a cada cliente en momentos importantes de su vida y defendiendo sus derechos con profesionalismo. Nuestra misión es brindar soluciones legales efectivas con un trato humano y empático. Estamos preparando nuevas fotografías para presentar a nuestro equipo."
@@ -94,8 +67,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
tag="Tu Próximo Paso"
title="¿Te gustaría saber más sobre nosotros o tu caso?"
description="Estamos listos para escucharte. Contacta a nuestro equipo para una consulta personalizada."
@@ -111,66 +83,39 @@ export default function LandingPage() {
logoText="ABOGADOS R&E"
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "/",
},
label: "Inicio", href: "/"},
{
label: "Accidentes Laborales",
href: "/accidentes-laborales",
},
label: "Accidentes Laborales", href: "/accidentes-laborales"},
{
label: "Accidentes de Tránsito",
href: "/accidentes-de-transito",
},
label: "Accidentes de Tránsito", href: "/accidentes-de-transito"},
{
label: "Sobre Nosotros",
href: "/sobre-nosotros",
},
label: "Sobre Nosotros", href: "/sobre-nosotros"},
{
label: "Contacto",
href: "/contacto",
},
label: "Contacto", href: "/contacto"},
],
},
{
title: "Servicios",
items: [
title: "Servicios", items: [
{
label: "Accidentes Laborales",
href: "/accidentes-laborales",
},
label: "Accidentes Laborales", href: "/accidentes-laborales"},
{
label: "Accidentes de Tránsito",
href: "/accidentes-de-transito",
},
label: "Accidentes de Tránsito", href: "/accidentes-de-transito"},
{
label: "Derecho de Familia",
href: "/servicios#familia",
},
label: "Derecho de Familia", href: "/servicios#familia"},
{
label: "Defensas Penales",
href: "/servicios#penales",
},
label: "Defensas Penales", href: "/servicios#penales"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "WhatsApp",
href: "https://wa.me/XXXXXXXXXX",
},
label: "WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
{
label: "Email",
href: "mailto:info@abogadosre.com.ar",
},
label: "Email", href: "mailto:info@abogadosre.com.ar"},
{
label: "Ubicación",
href: "/contacto#mapa",
},
label: "Ubicación", href: "/contacto#mapa"},
],
},
]}