-
- Why Choose Our Platform?
+
+ Why Choose Us
-
- Discover the features that make us the preferred choice for thousands of businesses worldwide.
+
+ Discover the features that make our platform stand out from the competition.
{features.map((feature, index) => (
-
-
-
-
-
- {feature.title}
-
-
-
- {feature.description}
-
-
+
+
{feature.icon}
+
{feature.title}
+
{feature.description}
))}
@@ -59,4 +49,4 @@ const FeatureCardOne: React.FC = () => {
);
};
-export default FeatureCardOne;
\ No newline at end of file
+export default FeatureCardOne;