From bd77f64087171213b32c29b7e4ef0c76211a2055 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:25:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 155ff65..14ba17d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 170d017f32d1daba9b826bc3492dd37f9da3dab1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:25:53 +0000 Subject: [PATCH 2/2] 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 6b44f95..37ead43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,13 +68,13 @@ export default function LandingPage() { ], stats: [ { - title: "Clientes Satisfeitos", values: ["500+", "750+", "1000+"], + title: "Clientes Satisfeitos", values: [500, 750, 1000], description: "Projetos concluídos com sucesso"}, { - title: "Anos de Experiência", values: ["15+", "18+", "20+"], + title: "Anos de Experiência", values: [15, 18, 20], description: "Conhecimento técnico avançado"}, { - title: "Atendimento Rápido", values: ["24h", "12h", "4h"], + title: "Atendimento Rápido", values: [24, 12, 4], description: "Resposta em até 4 horas"}, ], chartTitle: "Disponibilidade Semanal", chartData: [ @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1