From 35e3b403edec76ae8bae9b5b3053f60ac518100c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:33:11 +0000 Subject: [PATCH] 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 7db8a8a..5322340 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,9 +69,9 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "Nacional", description: "Atendimento"}, + id: "m1", value: "Nacional", description: "Alcance Nacional"}, { - id: "m2", value: "70km", description: "Raio Tour Virtual"}, + id: "m2", value: "70km", description: "Raio de Atuação"}, { id: "m3", value: "+200%", description: "Visibilidade"}, { @@ -152,7 +152,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient"}} tag="PRÓXIMO PASSO" - title="Pronto para aparecer no topo do Google?" + title="Solicite sua análise gratuita hoje e supere a concorrência local" description="Diagnóstico gratuito da sua presença digital — sem custo, sem compromisso." buttons={[ { @@ -186,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1