adjust pricing
This commit is contained in:
parent
d8ccb15cc3
commit
15481b2db1
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ export default function Paywall() {
|
|||
Pro
|
||||
</div>
|
||||
<div className="mb-2 mt-4 flex items-end text-5xl font-extrabold tracking-tight">
|
||||
{billedAnnually ? "$4" : "$5"}
|
||||
{billedAnnually ? "$8" : "$10"}
|
||||
<span className="mb-1 text-sm opacity-80">
|
||||
/ mo.
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ export default function Pricing() {
|
|||
},
|
||||
{
|
||||
name: "Pro",
|
||||
price: { monthly: "$5", annual: "$4" },
|
||||
price: { monthly: "$10", annual: "$8" },
|
||||
features: [
|
||||
{
|
||||
feature: "Unlimited recording",
|
||||
|
|
|
|||
Loading…
Reference in a new issue