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" }, ]}