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