From 5063f676cc8bce5cd06b071a21ff50a7f6ba30ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 00:51:05 +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 36558fe..ec9f346 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -192,9 +192,8 @@ export default function LandingPage() { id: "alumni", title: "2000+", subtitle: "Alumni Network", category: "Success", value: "Previous Participants" } ]} - gridVariant="four-items-2x2-equal-grid" animationType="blur-reveal" - textboxLayout="default" + textboxLayout="centered" useInvertedBackground={true} /> -- 2.49.1