From c0e2cf7cbeb149363d952e9bc2989392c23107f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:33:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 641c7ce..04cb10e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} + fixedMediaHeight={false} /> @@ -263,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1