3 Commits

Author SHA1 Message Date
88ae450054 Update src/app/page.tsx 2026-03-04 01:01:34 +00:00
af78e5365f Update src/app/layout.tsx 2026-03-04 01:01:34 +00:00
6e87e9fcc1 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:58:50 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Comece Sua Jornada em IA", href: "#contact" },
{ text: "Agendar Diagnóstico Gratuito", href: "#contact" },
{ text: "Saiba Mais", href: "#services" }
]}
buttonAnimation="slide-up"
@@ -310,4 +310,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}