From ad70a2adf14453e39370bf59ec249d338cc0773b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:00:08 +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 cacc78b..605d50f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-extrabold" descriptionClassName="text-lg text-gray-700" testimonialClassName="text-base text-gray-800 line-clamp-2" - nameClassName="font-bold text-gray-900" + handleClassName="text-sm text-gray-600" /> -- 2.49.1