From cf702ee740fe148d7428e6d5699d6276f7fc6285 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:02:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f0bef5..270f9cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,6 +149,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={true} mediaPosition="right" + mediaAnimation="none" inputPlaceholder="Enter your email" buttonText="Subscribe" termsText="We respect your privacy. Unsubscribe anytime." -- 2.49.1