From 4bee6e7ad71222820b27f4e397bc4c882fc8533c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:48:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 72581d0..f641ad8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Swim Retreats | Wild Swimming on Mull', - description: 'Expertly guided wild swimming retreats on the beautiful Isle of Mull. Reconnect with nature.', + title: 'Swim Retreats | Rediscover Yourself in the Wild', + description: 'Expertly guided wild swimming retreats on the Isle of Mull. Reconnect with nature.', openGraph: { "title": "Swim Retreats | Wild Swimming on Mull", "description": "Expertly guided wild swimming retreats on the beautiful Isle of Mull.", -- 2.49.1 From 4e67772fefb144369514f3745ace536e154d8d4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:48:57 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++++++++------------------------------- 1 file changed, 78 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89ee430..e1b9029 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,172 +26,90 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + - +
); -- 2.49.1