diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index 5b30ff5..6c6b5c0 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -20,13 +20,14 @@ export default function Pricing() {
-
- +
+ Choose the plan that fits your needs.
-
+
+
{[ { name: "Free", @@ -67,8 +68,13 @@ export default function Pricing() { ].map(({ name, price, features }) => (
+ {name === "Pro" ? ( +
+ Most Popular +
+ ) : null}
{name} @@ -110,7 +116,7 @@ export default function Pricing() { ))}
-
+
FAQs