From 9a4070f2478d5755f24411c1da99d0b0315ed222 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Fri, 8 Aug 2025 12:27:00 -0600 Subject: [PATCH] landing --- src/pages/Landing.jsx | 50 ++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/src/pages/Landing.jsx b/src/pages/Landing.jsx index 21d54dd..e7ae626 100644 --- a/src/pages/Landing.jsx +++ b/src/pages/Landing.jsx @@ -150,33 +150,29 @@ export default function Landing() { {/* Estadísticas animadas */}
- {/* - {/* - {plans.map((plan, idx) => ( -
-

{plan.name}

-

{plan.description}

-
- - {plan.price} - - {plan.period} + {stats.map((stat, index) => ( +
+
{stat.icon}
+
{stat.number}
+
{stat.label}
-
    - {plan.features.map((feature, i) => ( -
  • {feature}
  • - ))} -
- -
- ))} - */} - */} + ))} +
+
+ + {/* Scroll indicator */} +
+
@@ -446,7 +442,7 @@ export default function Landing() {

Profesional

Para agencias en crecimiento

- {/* $5,999 */} + $5,999 /mes