From 33fe0ec99e3f0f78ec6c882e30e383765aaa15a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:36:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec092b3..f3b74cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,7 @@ export default function LandingPage() { } ]} gridVariant="four-items-2x2-equal-grid" - animationType="depth-3d" + animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true} buttons={[ -- 2.49.1