From 3e21c3a1192e14f683d7ebfb8447082cba06664c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:30:34 +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 87d8810..90c1b72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,6 +126,7 @@ export default function LandingPage() { } ]} textboxLayout="default" + animationType="slide-up" useInvertedBackground={false} carouselMode="buttons" /> -- 2.49.1