Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:12:56 +00:00
parent 070dcd13cc
commit b61879a163

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Solicitar Cotação", href: "#hero" },
{ text: "Cotação Gratuita Agora", href: "#hero" },
{ text: "Falar no WhatsApp", href: "https://wa.me/5511945863001" }
]}
buttonAnimation="slide-up"
@@ -259,4 +259,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}