Merge version_3 into main #11

Merged
bender merged 1 commits from version_3 into main 2026-04-09 08:54:46 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Rediscover Yourself in the Wild"
description="Expertly guided wild swimming retreats on the beautiful Isle of Mull. Reconnect with nature and find your flow."
buttons={[{ text: "Start Your Journey", href: "/retreats" }]}
buttons={[{ text: "Book Your Wild Escape", href: "/retreats" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=1", imageAlt: "Stunning wild swimming location" },
{ imageSrc: "http://img.b2bpic.net/free-photo/body-water-near-mountain-ranges-with-green-vegetation-covered-with-fog-daytime_155999-12.jpg?_wi=2", imageAlt: "Peaceful water landscape" },
@@ -120,4 +120,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}