From 084b7769720fb84879cfb614111a43249e74272c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:05:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6201aff..8cd6f21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function ArcliqLanding() { } ]} textboxLayout="default" - animationType="depth-3d" + animationType="blur-reveal" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} /> @@ -164,7 +164,7 @@ export default function ArcliqLanding() { } ]} textboxLayout="default" - animationType="depth-3d" + animationType="scale-rotate" gridVariant="uniform-all-items-equal" useInvertedBackground={false} /> -- 2.49.1