diff --git a/src/app/layout.tsx b/src/app/layout.tsx index de62301..d59a294 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 ce0987b..91effb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Entrar em Contacto", href: "#" }, - { text: "Ver Portfólio", href: "gallery" }, + { text: "Explorar Experiências", href: "gallery" }, ]} /> @@ -152,4 +152,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}