From 702db0ac800759aa24b8139225d3fe043f2c490b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 04:32:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86251db..9d2c216 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -149,7 +149,7 @@ export default function LandingPage() { id: "experience", value: "10+", title: "Years of Excellence", description: "Consistent quality and service", icon: Award } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1