3 Commits

Author SHA1 Message Date
5d4cda7f10 Update src/app/page.tsx 2026-03-07 12:50:52 +00:00
e955b128d1 Update src/app/layout.tsx 2026-03-07 12:50:52 +00:00
71d97707d2 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:47:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -138,7 +138,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Entrar em Contacto", href: "#" }, { text: "Entrar em Contacto", href: "#" },
{ text: "Ver Portfólio", href: "gallery" }, { text: "Explorar Experiências", href: "gallery" },
]} ]}
/> />
</div> </div>