From c180bbb28ff85f8bb0e5afe0566dc2d373a2c12f Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:21:04 +0200 Subject: [PATCH] design improvements on pricing page --- src/pages/pricing.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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