-
-
-
- {feature.title}
-
-
- {feature.description}
-
-
- {feature.button && (
-
- )}
+
+
+
+
+ Why Choose Our Platform?
+
+
+ Discover the features that make us the preferred choice for thousands of businesses worldwide.
+
- ))}
-
+
+
+ {features.map((feature, index) => (
+
+
+
+
+
+ {feature.title}
+
+
+
+ {feature.description}
+
+
+
+ ))}
+
+
+
);
};
-FeatureCardOne.displayName = "FeatureCardOne";
-
-export default FeatureCardOne;
+export default FeatureCardOne;
\ No newline at end of file