diff --git a/src/app/page.tsx b/src/app/page.tsx index 7621738..78218c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { description="Estilo, conforto e preço justo em cada passo. Calçados que conquistam." buttons={[ { text: "COMPRAR AGORA", href: "featured" }, - { text: "VER NOVIDADES", href: "featured" } + { text: "EXPLORAR CALÇADOS", href: "featured" } ]} buttonAnimation="slide-up" className="min-h-screen flex items-center justify-center" @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file