From 8c45ee87d47d01873056617f0ba4140ca86852b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:27:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0daf3e..e20f028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Ana Souza", role: "CEO", testimonial: "Simplesmente a melhor solução que já contratei." }, + { id: "t1", name: "Ana Souza", role: "CEO", testimonial: "Aumentamos nossa produtividade em 40% em apenas um mês. Simplesmente a melhor solução que já contratei." }, { id: "t2", name: "Carlos Lima", role: "CTO", testimonial: "Eficiência e tecnologia em um só lugar." }, ]} title="O que dizem nossos clientes" -- 2.49.1