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."