From 1e5706c127a5003f98be9dbdfe95b254acfe96f5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:38:39 +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 dcf561a..bc46e72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { showStepNumbers={true} animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} features={[ { id: 1, @@ -108,6 +109,7 @@ export default function LandingPage() { ctaDescription="Book your session today and secure your spot." ctaButton={{ text: "Book Now", href: "#" }} ctaIcon={Calendar} + useInvertedBackground={false} animationType="slide-up" /> -- 2.49.1