Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 21:52:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -149,7 +149,7 @@ export default function LandingPage() {
]}
ctaTitle="Reserva tu pista por WhatsApp"
ctaDescription="Contacta directamente con nosotros para reservas rápidas y consultas sobre clases y eventos."
ctaButton={{ text: "Enviar WhatsApp", href: "https://wa.me/34XXXXXXXXX" }}
ctaButton={{ text: "Reservar por WhatsApp Ahora", href: "https://wa.me/34XXXXXXXXX" }}
ctaIcon={MessageCircle}
useInvertedBackground={false}
animationType="slide-up"
@@ -190,4 +190,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}