From 8cdc360bd489e98d792e2d87c380a642053c79ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:49:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9fa01c..741f586 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" gridVariant="uniform-all-items-equal" - carouselMode="buttons" + mode="buttons" >
@@ -174,7 +174,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - carouselMode="buttons" />
-- 2.49.1