3 Commits

Author SHA1 Message Date
5fc2eb2ff9 Update src/app/page.tsx 2026-03-04 02:18:42 +00:00
dfb12e4686 Update src/app/layout.tsx 2026-03-04 02:18:42 +00:00
ea46f01f4e Merge version_2 into main
Merge version_2 into main
2026-03-04 02:16:03 +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>
);
}
}