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