From 45d663d9b6303f14f0edea71535c44501f918d92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:17:32 +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 3231942..b778375 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,21 +121,21 @@ export default function LandingPage() { { - subtitle: "From 50+ customers", + category: "Client Feedback", value: "⭐ 4.3", }, { - subtitle: "Dedicated to the craft", + category: "Expertise", value: "10+", }, { - subtitle: "Returning customers", + category: "Community", value: "1000+", }, -- 2.49.1