diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d59a294..de62301 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3610576..6da7130 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Explorar", href: "gallery" }, + { text: "Explorar Agora", href: "gallery" }, { text: "Ver Galeria", href: "gallery" }, ]} buttonAnimation="slide-up" @@ -62,17 +62,13 @@ export default function LandingPage() {