From 764d873ab414733cb263b9574b660c297330abc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:02:58 +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 12165ec..a03073a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { { id: "2", value: "500+", title: "Families", description: "Guided through enrollment successfully", icon: Users }, { id: "3", value: "2", title: "Languages", description: "English & Spanish fluent support", icon: Globe } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1