From 6696f3c3ca70092f81f3f09d2ccb36724fcb8e50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:30:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50c1c85..1788a81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { description="Step away from the ordinary and immerse yourself in curated nature retreats where refined luxury meets profound peace. Each sanctuary is designed for contemplation, restoration, and the rediscovery of inner calm." background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg", imageAlt: "Serene mountain forest retreat" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg", imageAlt: "Alpine sanctuary with panoramic views" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", imageAlt: "Natural wellness spa experience" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg", imageAlt: "Pristine Icelandic landscape" } + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg?_wi=1", imageAlt: "Serene mountain forest retreat" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg?_wi=1", imageAlt: "Alpine sanctuary with panoramic views" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=1", imageAlt: "Natural wellness spa experience" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg?_wi=1", imageAlt: "Pristine Icelandic landscape" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", imageAlt: "Minimalist retreat entrance" }, @@ -98,7 +98,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Alpine Meditation Retreat", description: "Perched above the clouds in the heart of untouched mountains, this private sanctuary offers profound silence and restorative mineral springs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg", imageAlt: "Alpine mountain sanctuary" }, + id: "1", title: "Alpine Meditation Retreat", description: "Perched above the clouds in the heart of untouched mountains, this private sanctuary offers profound silence and restorative mineral springs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-green-trees-mountains-during-daytime_1150-44386.jpg?_wi=2", imageAlt: "Alpine mountain sanctuary" }, items: [ { icon: Mountain, text: "Elevation therapy" }, { icon: Leaf, text: "Forest bathing" }, @@ -107,7 +107,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Coastal Contemplation Escape", description: "Wake to the sound of waves in our minimalist clifftop lodges where the ocean horizon becomes your meditation focal point.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg", imageAlt: "Coastal retreat overlooking sea" }, + id: "2", title: "Coastal Contemplation Escape", description: "Wake to the sound of waves in our minimalist clifftop lodges where the ocean horizon becomes your meditation focal point.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-green-trees-with-house-mountain-distance-dolomite-italy_181624-18678.jpg?_wi=2", imageAlt: "Coastal retreat overlooking sea" }, items: [ { icon: Wind, text: "Ocean therapy" }, { icon: Droplets, text: "Salt air wellness" }, @@ -116,7 +116,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Forest Sanctuary Immersion", description: "Surrender to ancient woodlands where indigenous wisdom meets contemporary wellness in our nature-integrated retreats.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", imageAlt: "Natural forest spa" }, + id: "3", title: "Forest Sanctuary Immersion", description: "Surrender to ancient woodlands where indigenous wisdom meets contemporary wellness in our nature-integrated retreats.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=2", imageAlt: "Natural forest spa" }, items: [ { icon: Leaf, text: "Phytotherapy" }, { icon: Eye, text: "Shinrin-yoku" }, @@ -195,7 +195,7 @@ export default function LandingPage() { tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1