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