7 Commits

Author SHA1 Message Date
f48f46e5a9 Update src/app/styles/variables.css 2026-03-04 21:59:42 +00:00
89a3e7761b Update src/app/page.tsx 2026-03-04 21:59:42 +00:00
10c934e983 Update src/app/layout.tsx 2026-03-04 21:59:42 +00:00
56aa40f46d Merge version_2 into main
Merge version_2 into main
2026-03-04 21:52:29 +00:00
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 8 additions and 8 deletions

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"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #341f51;
--background: #1a3d2a;
--card: #2d5a3f;
--foreground: #f5f5f5;
--primary-cta: #22c55e;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #e8f5e9;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--accent: #86efac;
--background-accent: #22c55e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);