3 Commits

Author SHA1 Message Date
3dcd479a24 Update src/app/page.tsx 2026-03-04 21:52:25 +00:00
7089f9b244 Update src/app/layout.tsx 2026-03-04 21:52:25 +00:00
6f548c1115 Merge version_1 into main
Merge version_1 into main
2026-03-04 21:46:19 +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>
);
}
}