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
+ )}
+
+
+
);
})}