From c7695b72e67f5e21d4f107606f25830041ae3030 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:47:32 +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 52624c4..3bb62f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,6 +189,7 @@ export default function LandingPage() { description="Reach out to us via our form, send an email to hello@nexus.ai, or connect on WhatsApp for immediate support." background={{ variant: "sparkles-gradient"}} + useInvertedBackground={false} onSubmit={(email) => console.log("Form submitted", email)} /> -- 2.49.1