diff --git a/apps/landing/src/app/_components/HeroSection.tsx b/apps/landing/src/app/_components/HeroSection.tsx index 4618536..9b19a0d 100644 --- a/apps/landing/src/app/_components/HeroSection.tsx +++ b/apps/landing/src/app/_components/HeroSection.tsx @@ -6,7 +6,7 @@ import GlowEffect from './GlowEffect'; import WaitlistPopup from './WaitlistPopup'; import { submitEmail, submitWaitlistData } from '@/lib/actions/waitlistActions'; -export const styles = ` +const styles = ` .gradient-text { background: linear-gradient(90deg, #818cf8 0%, #c084fc 25%, #f472b6 50%, #c084fc 75%, #818cf8 100%); background-size: 200% 100%; @@ -122,7 +122,9 @@ export function HeroSection() { }; return ( -
+ <> +