From cce3658c1981bacb008067321d44b532f7858b6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:49:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 47 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08c09c5..04d7392 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,11 @@ export default function LandingPage() { @@ -121,27 +121,27 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { id: "m1", value: "50MW", title: "Total Capacity", description: "Installed for our clients", icon: Zap }, - { id: "m2", value: "12k+", title: "Tons CO2 Saved", description: "Annual carbon footprint reduction", icon: Leaf }, - { id: "m3", value: "99.9%", title: "System Uptime", description: "Guaranteed performance stability", icon: ShieldCheck }, + { id: "m1", value: "50MW", title: "Capacidade Total", description: "Instalada para os nossos clientes", icon: Zap }, + { id: "m2", value: "12k+", title: "Toneladas de CO2 Poupadas", description: "Redução anual da pegada de carbono", icon: Leaf }, + { id: "m3", value: "99.9%", title: "Disponibilidade do Sistema", description: "Estabilidade de desempenho garantida", icon: ShieldCheck }, ]} - title="Our Impact" - description="Measurable results that drive a cleaner future." + title="O Nosso Impacto" + description="Resultados mensuráveis que impulsionam um futuro mais limpo." />
@@ -180,17 +183,17 @@ export default function LandingPage() { -- 2.49.1