Update src/app/page.tsx
This commit is contained in:
@@ -159,6 +159,10 @@ export default function LandingPage() {
|
||||
tag="O Que Oferecemos"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Ver Como Funciona", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Serviços e propostas de valor"
|
||||
@@ -314,4 +318,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user