Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 990725a137 | |||
| d9520e92ae | |||
| 9b36f56935 | |||
| bd508ef064 | |||
| 5ba5ec5353 | |||
| 8d01f40c89 |
@@ -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: "Reservar por WhatsApp Ahora", href: "https://wa.me/34XXXXXXXXX" }}
|
||||
ctaButton={{ text: "Enviar WhatsApp", href: "https://wa.me/34XXXXXXXXX" }}
|
||||
ctaIcon={MessageCircle}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #1a3d2a;
|
||||
--card: #2d5a3f;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #22c55e;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #341f51;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #e8f5e9;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #86efac;
|
||||
--background-accent: #22c55e;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user