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 */}
- */}
+
{/* Contacto */}