From af31c3eb20ae59e8127b71a1dd383dc54203291c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:47:29 +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 fc35425..53c5f7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "3", value: "15+", title: "Years", description: "Of trusted service", icon: Clock }, { id: "4", value: "1000+", title: "Happy Families", description: "Protected by our roofs", icon: Users }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1