From e451d33f00a57cc555f4039b1603e504953767b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:22:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 136 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 105 deletions(-) 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() { @@ -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." />
@@ -156,34 +103,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file