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 */} -
- + + +
+ ))} + */}
@@ -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 */}