From aeea2340d15ae7f5a308262a8d8266fbd31aaca4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:34:47 +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 9cad787..17e9cec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,12 +177,12 @@ export default function LandingPage() { id: "metric-4", title: "Client Satisfaction", subtitle: "Post-implementation satisfaction rate", category: "Quality", value: "98%" } ]} + textboxLayout="centered" animationType="scale-rotate" - textboxLayout="default" useInvertedBackground={true} containerClassName="max-w-6xl mx-auto px-4 py-20" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-foreground/75 mt-4" + subtitleClassName="text-lg text-foreground/75" + cardTitleClassName="text-xl font-semibold" /> -- 2.49.1