Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:33:28 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}