From f1bf2845f10fe40d5486a85e8f57b934ccf90b2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 16:04:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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." }, -- 2.49.1