From 615532a5bda777e6eab18314dfdc5e5ab3f49405 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:12:23 +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 6b682d7..58f1e43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,7 +133,7 @@ export default function LandingPage() { { id: "metric-4", value: "98%", title: "Retention", description: "Repeat purchase rate", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-training-outside_23-2148799688.jpg", imageAlt: "Retention" } ]} containerClassName="max-w-6xl mx-auto" - titleClassName="text-5xl font-extrabold mb-4" + textBoxTitleClassName="text-5xl font-extrabold mb-4" gridClassName="grid grid-cols-2 md:grid-cols-4 gap-6 mt-12" /> -- 2.49.1