From f9c94e0f0f7a875d19fc0c3738b132f8efe49ed6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:54:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b7286c..2abbe3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1