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