From 0ee3d93c919c7da744a15129fd7cd2604df9e4bc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 21:03:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac05448..b9385e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { ThemeProvider } from "@/components/theme-provider"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; @@ -167,6 +167,7 @@ export default function Home() { description="Enter your email to get started or reach out to us directly." tagIcon={Sparkles} background={{ variant: 'radial-gradient' }} + useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Join the waitlist" termsText="By clicking Join the waitlist you're confirming that you agree with our Terms and Conditions."