diff --git a/src/app/page.tsx b/src/app/page.tsx index c9f78f4..7a12f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { title="Ready to glow?" description="Visit us in Malvern East or book your slot online for a glowing experience. We use premium products for premium results." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} className="border-t border-accent/30 bg-black/5" /> @@ -100,6 +101,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Questions?" + description="We're happy to answer anything you might be wondering about." faqsAnimation="slide-up" faqs={[ { id: "f1", title: "How do I book?", content: "Use our online link." },