From 1479f480ca2415eb3504c8e28ae2644592b75c14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:38:08 +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 47b6859..77b01e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,7 +166,7 @@ export default function LandingPage() { { id: "3", value: "40hrs", description: "Average Hours Saved Monthly" }, { id: "4", value: "$2.5M", description: "Cost Savings Generated" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} -- 2.49.1