+ {plans.map((plan, index) => (
+
+
+ {plan.highlighted && (
+
+
+ {plan.highlightText}
+
+
+ )}
+
+
+
{plan.name}
+
+ {plan.price}
+ {plan.period && {plan.period}}
+
+
{plan.description}
+
+
+
+
+ {plan.features.map((feature, fIndex) => (
+ -
+
+ {feature}
+
+ ))}
+
+
+
+
+
+
+ ))}
+