From 15481b2db12ca903eec3d44895c5b98bcc98f22b Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Sun, 2 Jul 2023 09:51:35 +0200 Subject: [PATCH] adjust pricing --- src/components/Paywall.tsx | 2 +- src/pages/pricing.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Paywall.tsx b/src/components/Paywall.tsx index d2f31d9..3cc5434 100644 --- a/src/components/Paywall.tsx +++ b/src/components/Paywall.tsx @@ -120,7 +120,7 @@ export default function Paywall() { Pro
- {billedAnnually ? "$4" : "$5"} + {billedAnnually ? "$8" : "$10"} / mo. diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index 8955c08..bfa12a5 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -105,7 +105,7 @@ export default function Pricing() { }, { name: "Pro", - price: { monthly: "$5", annual: "$4" }, + price: { monthly: "$10", annual: "$8" }, features: [ { feature: "Unlimited recording",