From c6c96596ec474d96e96890a63696ecec39ed5df8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:52:12 +0000 Subject: [PATCH 1/2] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 00f8f49..25d3250 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -36,6 +36,7 @@ export default function FaqPage() { sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about our swimming retreats on the Isle of Mull." faqsAnimation="slide-up" + useInvertedBackground={false} faqs={[ { id: "1", title: "What should I pack?", content: "Bring your swimsuit, warm clothes for after-swims, a towel, and comfortable walking shoes for our base location." }, { id: "2", title: "Do I need to be an expert swimmer?", content: "Our retreats cater to all levels, from beginners to experienced open-water swimmers. Safety is always our top priority." }, -- 2.49.1 From d04d571cbe2514d580ae41072ca6e4365d533b1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:52:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index cea5e95..3b7286c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() {