From 7be456460b8e195a570afd4ebb66e13ec13ed919 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:17:52 +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 fa204ee..b730c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { id: "n1", icon: Award, title: "Atendimentos", value: "500+" }, + { id: "n1", icon: Award, title: "Atendimentos", value: "7.000+" }, { id: "n2", icon: CheckCircle, title: "Satisfação", value: "99%" }, { id: "n3", icon: Smile, title: "Autoestima", value: "Realçadas" }, ]} -- 2.49.1