Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-04 02:18:47 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -210,8 +210,8 @@ export default function LandingPage() {
}
]}
ctaTitle="¿Listo para mejorar tu conducción?"
ctaDescription="Contáctanos ahora para recibir asesoría personalizada y una cotización especial"
ctaButton={{ text: "Obtener Asesoría Gratis", href: "#contact" }}
ctaDescription="Consulta sin riesgo y sin compromiso. Nuestros expertos te guiarán hacia la solución perfecta en minutos"
ctaButton={{ text: "Get Free Recommendation", href: "#contact" }}
ctaIcon={MessageCircle}
useInvertedBackground={true}
animationType="slide-up"
@@ -266,4 +266,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}