From 6299e811c9b87df7ee26fcfff077dedbf80d1a25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:20:26 +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 8edb84f..036657e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { } ]} gridVariant="two-columns-alternating-heights" - animationType="depth-3d" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} ariaLabel="Portfolio projects section" -- 2.49.1