From eab7390fa325d0dded6e894716c315c994c0559c Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Fri, 8 Aug 2025 12:17:23 -0600 Subject: [PATCH] Precios --- src/pages/Landing.jsx | 58 ++++++++++++++++++----------------- src/pages/LandingAnimated.jsx | 6 ++-- 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/src/pages/Landing.jsx b/src/pages/Landing.jsx index 42fde60..3014d20 100644 --- a/src/pages/Landing.jsx +++ b/src/pages/Landing.jsx @@ -150,29 +150,31 @@ export default function Landing() { {/* Estadísticas animadas */}
- {stats.map((stat, index) => ( -
-
{stat.icon}
-
{stat.number}
-
{stat.label}
+ {/* + {plans.map((plan, idx) => ( +
+

{plan.name}

+

{plan.description}

+
+ + {plan.price} + + {plan.period}
- ))} -
-
- - {/* Scroll indicator */} -
- +
    + {plan.features.map((feature, i) => ( +
  • {feature}
  • + ))} +
+ +
+ ))} + */}
@@ -392,7 +394,7 @@ export default function Landing() {
{/* Plan Básico */}
- {/*
+

Básico

Para agencias pequeñas

@@ -429,10 +431,10 @@ export default function Landing() { Comenzar prueba gratuita
-
*/} +
{/* Plan Profesional */} - {/*
+
Más Popular @@ -481,10 +483,10 @@ export default function Landing() { Comenzar prueba gratuita
-
*/} +
{/* Plan Empresarial */} - {/*
+

Empresarial

Para grandes corporaciones

@@ -530,7 +532,7 @@ export default function Landing() {
-
*/} +
{/* Contacto Section */}
diff --git a/src/pages/LandingAnimated.jsx b/src/pages/LandingAnimated.jsx index ad232b7..4af9100 100644 --- a/src/pages/LandingAnimated.jsx +++ b/src/pages/LandingAnimated.jsx @@ -601,7 +601,7 @@ export default function LandingAnimated() { {/* Precios */} - {/*
+

{plan.name}

{plan.description}

+ {/*
{plan.price} {plan.period}
+ */}
    @@ -731,7 +733,7 @@ export default function LandingAnimated() { ))}
- */} + {/* Contacto */}