From cc52c85456f0dfa4e31c956ab52325b89223964b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 22:37:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df9b6f7..e4e7908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() {
@@ -127,9 +127,9 @@ export default function LandingPage() { { id: "4", name: "Carlos A.", role: "Consultor de Negócios", company: "Stratégia Consultoria", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJspvdf1PE4QR2q9ReQZlLQAY8/a-realistic-ai-generated-portrait-of-an--1774218790400-e50aab97.png" } ]} kpiItems={[ - { value: "+2.000", category: "Experiência" }, - { value: "4.9/5", category: "Qualidade" }, - { value: "98%", category: "Eficiência" } + { value: "+2.000", description: "Experiência" }, + { value: "4.9/5", description: "Qualidade" }, + { value: "98%", description: "Eficiência" } ]} animationType="slide-up" title="O que nossos clientes dizem" -- 2.49.1