Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82b223a0a6 | |||
| 3dfee5ae50 | |||
| a3e37bd867 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -159,6 +159,10 @@ export default function LandingPage() {
|
|||||||
tag="O Que Oferecemos"
|
tag="O Que Oferecemos"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Ver Como Funciona", href: "#contact" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
ariaLabel="Serviços e propostas de valor"
|
ariaLabel="Serviços e propostas de valor"
|
||||||
@@ -314,4 +318,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user