From e695807e77fb47d24776b48193ecc2e7ab449ba3 Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Sat, 13 Dec 2025 11:18:45 +0530 Subject: [PATCH] Adding --- src/pages/Home/SubscriptionPlans.jsx | 91 ++++++++++++++-------------- 1 file changed, 45 insertions(+), 46 deletions(-) diff --git a/src/pages/Home/SubscriptionPlans.jsx b/src/pages/Home/SubscriptionPlans.jsx index f6357ff3..8637e121 100644 --- a/src/pages/Home/SubscriptionPlans.jsx +++ b/src/pages/Home/SubscriptionPlans.jsx @@ -109,54 +109,53 @@ const SubscriptionPlans = () => { return (
-

- -

+ + + -
-
- {mod.features?.length > 0 ? ( -
    - {mod.features.map((feat) => ( -
  • - - {feat.name} -
  • - ))} -
- ) : ( -

No additional features

- )} -
-
-
+
+
+ {mod.features?.length > 0 ? ( +
    + {mod.features.map((feat) => ( +
  • + + {feat.name} +
  • + ))} +
+ ) : ( +

No additional features

+ )} +
+
+ ); })}