From 18d002652e7fb07d554539ca7d91033368a06aab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:34:56 +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 ebdac55..0bfee58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,6 +158,7 @@ export default function LandingPage() { description="Join the elite community of sports bettors today. Enter your email to receive early access and updates." onSubmit={(email) => console.log(email)} useInvertedBackground={false} + background={{ variant: "plain" }} /> -- 2.49.1