Update src/app/nosotros/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -24,24 +24,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Experiencias",
|
||||
id: "/experiencias",
|
||||
},
|
||||
{
|
||||
name: "Nosotros",
|
||||
id: "/nosotros",
|
||||
},
|
||||
{
|
||||
name: "Reservas",
|
||||
id: "/reservas",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "Experiencias", id: "/experiencias" },
|
||||
{ name: "Nosotros", id: "/nosotros" },
|
||||
{ name: "Reservas", id: "/reservas" },
|
||||
]}
|
||||
brandName="Portal del Paraíso"
|
||||
button={{ text: "Reservar", href: "/reservas" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,36 +66,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
{
|
||||
label: "Inicio",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Experiencias",
|
||||
href: "/experiencias",
|
||||
},
|
||||
{
|
||||
label: "Nosotros",
|
||||
href: "/nosotros",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navegación", items: [{ label: "Inicio", href: "/" }, { label: "Experiencias", href: "/experiencias" }, { label: "Nosotros", href: "/nosotros" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Portal del Paraíso"
|
||||
bottomRightText="Desconectá. Reconectá."
|
||||
|
||||
Reference in New Issue
Block a user