From 416472a71bffc7cd5f595e545ce60ee8051de97a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:02:38 +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 c55ddb1..236d10a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,6 +162,7 @@ export default function LandingPage() { id: "4", value: "95%", title: "Customer Satisfaction", description: "Increase", icon: Award }, ]} + gridVariant="uniform-all-items-equal" animationType="opacity" textboxLayout="default" useInvertedBackground={false} @@ -266,7 +267,6 @@ export default function LandingPage() { }, ]} faqsAnimation="opacity" - textboxLayout="default" useInvertedBackground={false} buttons={[ { text: "Contact Sales", href: "#contact" }, -- 2.49.1