Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d4cda7f10 | |||
| e955b128d1 | |||
| 71d97707d2 | |||
| 58706b645a | |||
| 09dce2932b |
@@ -1419,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explorar Agora", href: "gallery" },
|
||||
{ text: "Descobrir Agora", href: "gallery" },
|
||||
{ text: "Ver Galeria", href: "gallery" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,4 +152,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user