From 697a2e929887e68fc7464301bead231411cadd1d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:06:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e828c5..64656d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,6 +84,7 @@ export default function LandingPage() { useInvertedBackground={false} gridVariant="uniform-all-items-equal" carouselMode="buttons" + animationType="slide-up" /> @@ -142,6 +143,7 @@ export default function LandingPage() { ]} speed={40} showCard={true} + animationType="slide-up" /> -- 2.49.1