From 30a6565435e132250ae48000bd3a668c4546252c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:40:55 +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 f9dfe54..4fcfa37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -133,6 +134,7 @@ export default function LandingPage() { title="Register Your Athlete" description="Start your student's journey today with Midnimo Athletics." background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1