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." }, 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() {