+ {[
+ { imgSrc: "five.webp", text: "Live Collaboration", onClick: () => toast("Live Collaboration notify me") },
+ { imgSrc: "four.webp", text: "Real-Time Updates", onClick: () => toast("Real-Time updates notify me") },
+ { imgSrc: "two.webp", text: "Text Addition", onClick: () => toast("Text addition notify me") },
+ ].map((feature, i) => (
+
+
+
+ {feature.text}
+
+
+
+
+ ))}