From 351a0ce18bddaaaf9eda16ca55a812c403dfc119 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:14:18 +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 dd08f5a..490e766 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { { id: "3", value: "15+", description: "Years of Creative Excellence" }, { id: "4", value: "98%", description: "Client Satisfaction Rate" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} -- 2.49.1