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 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