diff --git a/src/app/page.tsx b/src/app/page.tsx
index 64d8e85..bd50007 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -43,54 +39,25 @@ export default function LandingPage() {
@@ -101,21 +68,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Spring Dip & Chill", price: "From £0", variant: "5 Nights - April 2026", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-lies-edge-cliff-splashes-ocean-waves_1321-857.jpg"},
- {
- id: "p2", name: "Summer Dip & Chill", price: "From £0", variant: "5 Nights - June 2026", imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-wild-river_23-2147683047.jpg"},
- {
- id: "p3", name: "Guided Swim Retreat", price: "From £0", variant: "5 Nights - May 2026", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-body-positive-appearance-practicing-yoga-alone-deck-by-pool-tropical-island-bali-indonesia-sport-fitness-healthy-lifestyle-concept_1321-2872.jpg"},
- {
- id: "p4", name: "Autumn Dip & Chill", price: "From £0", variant: "4 Nights - Oct 2026", imageSrc: "http://img.b2bpic.net/free-photo/swimmer-with-cap-goggles-swimming-water_23-2148687602.jpg"},
- {
- id: "p5", name: "Swim & Snorkel", price: "From £0", variant: "5 Nights - Aug 2026", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-red-cap-swimming-lake_23-2148648280.jpg"},
- {
- id: "p6", name: "Guided Swim & Snorkel", price: "From £0", variant: "5 Nights - Aug 2027", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150951026.jpg"},
+ { id: "p1", name: "Dip & Chill Intro", price: "Custom", variant: "Weekend Escapes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C76psWa1Ldnf5Slob3nL0eb9Zn/uploaded-1776010911356-lox39zzk.png" },
+ { id: "p2", name: "Guided Swim Retreat", price: "Custom", variant: "Deep Dive Explorations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C76psWa1Ldnf5Slob3nL0eb9Zn/uploaded-1776010911356-lox39zzk.png" },
+ { id: "p3", name: "Swim & Snorkel", price: "Custom", variant: "Island Adventures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C76psWa1Ldnf5Slob3nL0eb9Zn/uploaded-1776010911356-lox39zzk.png" },
]}
- title="Upcoming Retreats"
- description="Choose from our Dip & Chill, Guided Swimming, or Swim & Snorkel adventures."
+ title="Our Retreat Collection"
+ description="Discover our signature packages designed for every level of adventurer."
/>
@@ -124,31 +82,20 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
- testimonials={[
- {
- id: "t1", name: "Megan", handle: "@megan", testimonial: "I left the retreat feeling nourished…mind, body and soul.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-swimmer-sitting-indoors_23-2148393570.jpg"},
- {
- id: "t2", name: "Susan", handle: "@susan", testimonial: "Safe, knowledgeable and kind. I felt at home immediately.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lifeguard-waving-someone_23-2149864179.jpg"},
- {
- id: "t3", name: "Pauline", handle: "@pauline", testimonial: "The trip to Fingal's Cave was out of this world.", imageSrc: "http://img.b2bpic.net/free-photo/woman-flowers-meadow-sunlight_1301-726.jpg"},
- {
- id: "t4", name: "Rebecca", handle: "@rebecca", testimonial: "Dinner with the group was always so much fun; superb humans.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-pointing-away_23-2148377858.jpg"},
- {
- id: "t5", name: "Ange", handle: "@ange", testimonial: "I came home with a deep sense of joy. Truly treasured memories.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-plants_23-2149615144.jpg"},
- ]}
- title="Heart-Centered Moments"
- description="Stories from our lovely community of swimmers."
+ testimonials={[]}
+ title="Community Love"
+ description="Read about the journeys others have taken with us on the Isle of Mull."
/>