From 36377dad179c1e39547e14e88d1ad26cdcc14869 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:44:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdacd91..7e9711f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,6 +164,7 @@ export default function LandingPage() { { text: "Contact Us Now", href: "#" } ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1