From e6b8be01e60d43eb715acce57e822d10a1176303 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:43:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1