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