@@ -78,12 +89,21 @@ function PriceComponent({
-
{title}
++ {title} +
-
-
-
- {price !== "Custom" ? `${currencySymbol}${price}` : price}
+
+ {price !== "Custom" ? `${currencySymbol} ${price}` : price}
{price !== "Custom" ? period : ""}
@@ -93,26 +113,25 @@ function PriceComponent({
+
+
+
+
-
{features.map((feature, index) => (
-
-
+ {feature}
-
+
))}
-