Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -6,7 +6,7 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ExperienciasPage() {
|
||||
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>
|
||||
|
||||
@@ -52,27 +41,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Recorridos a caballo",
|
||||
description: "Explorá el bosque como se hacía antes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-deer-walking-away-muddy-pathway-surrounded-by-trees_181624-9844.jpg",
|
||||
titleIconSrc: "Horse",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{
|
||||
title: "Trekking a cascadas",
|
||||
description: "Caminatas que terminan en lugares que parecen irreales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-backpack-enjoying-nature_23-2148648051.jpg",
|
||||
titleIconSrc: "Trees",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{
|
||||
title: "Desconexión total",
|
||||
description: "Sin ruido. Sin apuro. Sin distracciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-boy-taking-pictures-near-lake_23-2148314310.jpg",
|
||||
titleIconSrc: "Flame",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{ title: "Recorridos a caballo", description: "Explorá el bosque como se hacía antes.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-deer-walking-away-muddy-pathway-surrounded-by-trees_181624-9844.jpg", titleIconSrc: "Horse", buttonText: "Ver más" },
|
||||
{ title: "Trekking a cascadas", description: "Caminatas que terminan en lugares que parecen irreales.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-backpack-enjoying-nature_23-2148648051.jpg", titleIconSrc: "Trees", buttonText: "Ver más" },
|
||||
{ title: "Desconexión total", description: "Sin ruido. Sin apuro. Sin distracciones.", imageSrc: "http://img.b2bpic.net/free-photo/young-boy-taking-pictures-near-lake_23-2148314310.jpg", titleIconSrc: "Flame", buttonText: "Ver más" },
|
||||
]}
|
||||
title="Nuestras Experiencias"
|
||||
description="No es un tour. Es una forma distinta de vivir la naturaleza."
|
||||
@@ -88,20 +59,8 @@ export default function LandingPage() {
|
||||
title="Descubrí el bosque"
|
||||
description="Actividades guiadas por expertos en la flora y fauna local."
|
||||
features={[
|
||||
{
|
||||
title: "Safari fotográfico",
|
||||
description: "Capturá la fauna salvaje en su hábitat natural.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-with-beautiful-greenery-santa-catarina-brazil_181624-55844.jpg",
|
||||
titleIconSrc: "Camera",
|
||||
buttonText: "Reservar",
|
||||
},
|
||||
{
|
||||
title: "Caminatas nocturnas",
|
||||
description: "Observá las estrellas desde el corazón del bosque.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-greek-hound-mountain-dirt-path-athens-greece_181624-9356.jpg",
|
||||
titleIconSrc: "Moon",
|
||||
buttonText: "Reservar",
|
||||
},
|
||||
{ title: "Safari fotográfico", description: "Capturá la fauna salvaje en su hábitat natural.", imageSrc: "http://img.b2bpic.net/free-photo/rural-landscape-with-beautiful-greenery-santa-catarina-brazil_181624-55844.jpg", titleIconSrc: "Camera", buttonText: "Reservar" },
|
||||
{ title: "Caminatas nocturnas", description: "Observá las estrellas desde el corazón del bosque.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-greek-hound-mountain-dirt-path-athens-greece_181624-9356.jpg", titleIconSrc: "Moon", buttonText: "Reservar" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,36 +68,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á."
|
||||
|
||||
@@ -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á."
|
||||
|
||||
201
src/app/page.tsx
201
src/app/page.tsx
@@ -28,75 +28,29 @@ 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>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Entrá al Portal. Salí distinto."
|
||||
description="Naturaleza pura, agua de manantial y una experiencia que no se explica… se vive."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar experiencia",
|
||||
href: "/reservas",
|
||||
},
|
||||
{
|
||||
text: "Ver disponibilidad",
|
||||
href: "/reservas",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reservar experiencia", href: "/reservas" }, { text: "Ver disponibilidad", href: "/reservas" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-waterfall-rocks-with-fallen-leaves-autumn_181624-36645.jpg",
|
||||
imageAlt: "Forest waterfall",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-horse-alps-eating-grass_661209-97.jpg",
|
||||
imageAlt: "Horse in forest",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape-forest_23-2149155625.jpg",
|
||||
imageAlt: "Waterfall",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/camping-stars-forest_23-2152024904.jpg",
|
||||
imageAlt: "Night stars",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/narrow-pathway-near-tress_395237-273.jpg",
|
||||
imageAlt: "Morning sun rays",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-44.jpg",
|
||||
imageAlt: "Horse riding",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/small-waterfall-rocks-with-fallen-leaves-autumn_181624-36645.jpg", imageAlt: "Forest waterfall" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/cute-horse-alps-eating-grass_661209-97.jpg", imageAlt: "Horse in forest" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-natural-landscape-forest_23-2149155625.jpg", imageAlt: "Waterfall" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/camping-stars-forest_23-2152024904.jpg", imageAlt: "Night stars" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/narrow-pathway-near-tress_395237-273.jpg", imageAlt: "Morning sun rays" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-44.jpg", imageAlt: "Horse riding" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,18 +61,9 @@ export default function LandingPage() {
|
||||
title="Venís a bajar el ritmo."
|
||||
description="En Portal del Paraíso no venís a hospedarte. Venís a respirar profundo y sentirte parte de algo más grande."
|
||||
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" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/texture-backgrounds_1122-2053.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -133,27 +78,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Recorridos a caballo",
|
||||
description: "Explorá el bosque como se hacía antes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-58.jpg",
|
||||
titleIconSrc: "Horse",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{
|
||||
title: "Trekking a cascadas",
|
||||
description: "Caminatas que terminan en lugares que parecen irreales.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-backpack-admiring-exploring-nature_23-2148647992.jpg",
|
||||
titleIconSrc: "Trees",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{
|
||||
title: "Desconexión total",
|
||||
description: "Sin ruido. Sin apuro. Sin distracciones.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-walking-forest-girl-listening-music-with-headphones-forest_169016-68100.jpg",
|
||||
titleIconSrc: "Flame",
|
||||
buttonText: "Ver más",
|
||||
},
|
||||
{ title: "Recorridos a caballo", description: "Explorá el bosque como se hacía antes.", imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-58.jpg", titleIconSrc: "Horse", buttonText: "Ver más" },
|
||||
{ title: "Trekking a cascadas", description: "Caminatas que terminan en lugares que parecen irreales.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-backpack-admiring-exploring-nature_23-2148647992.jpg", titleIconSrc: "Trees", buttonText: "Ver más" },
|
||||
{ title: "Desconexión total", description: "Sin ruido. Sin apuro. Sin distracciones.", imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-walking-forest-girl-listening-music-with-headphones-forest_169016-68100.jpg", titleIconSrc: "Flame", buttonText: "Ver más" },
|
||||
]}
|
||||
title="Experiencias"
|
||||
description="Explorá la naturaleza como nunca antes."
|
||||
@@ -166,41 +93,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@viajera",
|
||||
testimonial: "Un lugar donde realmente desconectás del mundo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-straw-hat-having-fun-stretches-hands-camera_273443-595.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
handle: "@amigo",
|
||||
testimonial: "La paz que se siente acá no se encuentra fácil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-outdoors_23-2151038689.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@aventurera",
|
||||
testimonial: "La experiencia con los caballos fue increíble.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-walking-through-nature-with-her-arms-outstretched_637285-2206.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@turista",
|
||||
testimonial: "Volvería mil veces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-walking-forest_23-2147776867.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Luis M.",
|
||||
handle: "@lugar",
|
||||
testimonial: "La reconexión es absoluta.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-glad-woman-travels-majestic-place-looks-happily-away-wears-casual-orange-sweater-carries-rucksack_273609-25970.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@viajera", testimonial: "Un lugar donde realmente desconectás del mundo.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-straw-hat-having-fun-stretches-hands-camera_273443-595.jpg" },
|
||||
{ id: "2", name: "Michael C.", handle: "@amigo", testimonial: "La paz que se siente acá no se encuentra fácil.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-outdoors_23-2151038689.jpg" },
|
||||
{ id: "3", name: "Emily R.", handle: "@aventurera", testimonial: "La experiencia con los caballos fue increíble.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-walking-through-nature-with-her-arms-outstretched_637285-2206.jpg" },
|
||||
{ id: "4", name: "David K.", handle: "@turista", testimonial: "Volvería mil veces.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-walking-forest_23-2147776867.jpg" },
|
||||
{ id: "5", name: "Luis M.", handle: "@lugar", testimonial: "La reconexión es absoluta.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-glad-woman-travels-majestic-place-looks-happily-away-wears-casual-orange-sweater-carries-rucksack_273609-25970.jpg" },
|
||||
]}
|
||||
title="Lo que otros sienten"
|
||||
description="Historias de quienes ya desconectaron."
|
||||
@@ -212,22 +109,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Si sentís que necesitás un cambio…"
|
||||
description="Este es el lugar. Escribinos para reservar o consultar disponibilidad."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Tu nombre",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Tu email",
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Contanos qué buscás",
|
||||
}}
|
||||
inputs={[{ name: "name", type: "text", placeholder: "Tu nombre" }, { name: "email", type: "email", placeholder: "Tu email" }]}
|
||||
textarea={{ name: "message", placeholder: "Contanos qué buscás" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-reading-newspaper-with-his-wife-cutting-fruits-outdoor-garden_23-2147923039.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -235,36 +118,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á."
|
||||
|
||||
@@ -7,7 +7,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 ReservasPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,24 +25,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>
|
||||
|
||||
@@ -52,21 +41,10 @@ export default function LandingPage() {
|
||||
title="Consultar Disponibilidad"
|
||||
description="Reservá tu lugar en el Paraíso."
|
||||
inputs={[
|
||||
{
|
||||
name: "checkin",
|
||||
type: "date",
|
||||
placeholder: "Entrada",
|
||||
},
|
||||
{
|
||||
name: "checkout",
|
||||
type: "date",
|
||||
placeholder: "Salida",
|
||||
},
|
||||
{ name: "checkin", type: "date", placeholder: "Entrada" },
|
||||
{ name: "checkout", type: "date", placeholder: "Salida" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "notes",
|
||||
placeholder: "Cualquier otra consulta",
|
||||
}}
|
||||
textarea={{ name: "notes", placeholder: "Cualquier otra consulta" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-young-woman-surrounded-by-plants_23-2150522492.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -78,18 +56,9 @@ export default function LandingPage() {
|
||||
description="Todo lo necesario para una desconexión real."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cute-little-hut-with-stone-pathway-top-hill_181624-16606.jpg"
|
||||
metrics={[
|
||||
{
|
||||
value: "Eco-Cabina",
|
||||
title: "Privada",
|
||||
},
|
||||
{
|
||||
value: "Desayuno",
|
||||
title: "Orgánico",
|
||||
},
|
||||
{
|
||||
value: "Wi-Fi",
|
||||
title: "Solo en recepción",
|
||||
},
|
||||
{ value: "Eco-Cabina", title: "Privada" },
|
||||
{ value: "Desayuno", title: "Orgánico" },
|
||||
{ value: "Wi-Fi", title: "Solo en recepción" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,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