Merge version_1 into main #2
@@ -1424,4 +1424,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user