Update src/app/page.tsx

This commit is contained in:
2026-06-07 21:03:40 +00:00
parent 9f827f009b
commit 0ee3d93c91

View File

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