Update src/app/page.tsx

This commit is contained in:
2026-03-21 10:07:11 +00:00
parent bbce144d80
commit 9571e6f1ee

View File

@@ -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'}`}
/>
</div>