From 7dcff074a9b9a541434751362ff1d2f4a784fb37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 18:09:58 +0000 Subject: [PATCH 1/4] Update src/app/experiencias/page.tsx --- src/app/experiencias/page.tsx | 95 +++++------------------------------ 1 file changed, 13 insertions(+), 82 deletions(-) diff --git a/src/app/experiencias/page.tsx b/src/app/experiencias/page.tsx index 6df81d0..3dced83 100644 --- a/src/app/experiencias/page.tsx +++ b/src/app/experiencias/page.tsx @@ -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 ( @@ -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" }, ]} /> @@ -109,36 +68,8 @@ export default function LandingPage() { @@ -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() { @@ -235,36 +118,8 @@ export default function LandingPage() { @@ -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" /> @@ -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" }, ]} /> @@ -97,36 +66,8 @@ export default function LandingPage() {