diff --git a/src/app/page.tsx b/src/app/page.tsx index 57d0d51..dad4090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,6 +223,7 @@ export default function LandingPage() { termsText="By subscribing you're confirming that you agree to receive our power-boosting announcements and community updates. You can unsubscribe anytime." onSubmit={handleNewsletterSubmit} centered={true} + useInvertedBackground={false} className={`transform transition-all duration-700 ${isNewsletterSubmitted ? 'scale-105 opacity-100' : 'scale-100'}`} />