Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user