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