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