From 8d18046dcb121a9002a8ee5c611ea0faf480b65f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 21:23:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0604e6f..005f6e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Iniciar Jogo", href: "#scores" }, + { text: "Começar Desafio Agora", href: "#scores" }, { text: "Ver Histórico", href: "#history" } ]} buttonAnimation="blur-reveal" -- 2.49.1