diff --git a/src/app/nosotros/page.tsx b/src/app/nosotros/page.tsx index 4887bef..e558082 100644 --- a/src/app/nosotros/page.tsx +++ b/src/app/nosotros/page.tsx @@ -6,7 +6,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function NosotrosPage() { return ( @@ -54,18 +43,9 @@ export default function LandingPage() { metricsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263632.jpg" metrics={[ - { - value: "100%", - title: "Sustentable", - }, - { - value: "Pura", - title: "Agua de Manantial", - }, - { - value: "Virgen", - title: "Naturaleza", - }, + { value: "100%", title: "Sustentable" }, + { value: "Pura", title: "Agua de Manantial" }, + { value: "Virgen", title: "Naturaleza" }, ]} /> @@ -77,14 +57,8 @@ export default function LandingPage() { description="Creemos en la arquitectura que se integra al paisaje, no que lo domina." imageSrc="http://img.b2bpic.net/free-photo/young-woman-with-hands-log_23-2147617539.jpg" metrics={[ - { - value: "20+", - title: "Años cuidando el bosque", - }, - { - value: "500+", - title: "Hectáreas protegidas", - }, + { value: "20+", title: "Años cuidando el bosque" }, + { value: "500+", title: "Hectáreas protegidas" }, ]} /> @@ -92,36 +66,8 @@ export default function LandingPage() {