From 5d98dab85f906324a41049549c42afd06740dffc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:45:02 +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 bd0c09a..e8f243d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,13 +145,13 @@ export default function LandingPage() { ]} kpiItems={[ { - subtitle: "Em toda a região", category: "Comunidade", value: "+5000" + description: "Em toda a região", category: "Comunidade", value: "+5000" }, { - subtitle: "Entrega diária", category: "Qualidade", value: "100%" + description: "Entrega diária", category: "Qualidade", value: "100%" }, { - subtitle: "Experiência e tradição", category: "Tradição", value: "+10" + description: "Experiência e tradição", category: "Tradição", value: "+10" } ]} title="O que Nossos Clientes Dizem" -- 2.49.1