From dfb12e46864f8b98f910980e1711caacc9dcced4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:18:42 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ee0eb25..476ee14 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 5fc2eb2ff9d9ffb754183cfd550099b818926572 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:18:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c06ec9..ff7bc1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1