adjust pricing

This commit is contained in:
MarconLP 2023-07-02 09:51:35 +02:00
parent d8ccb15cc3
commit 15481b2db1
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ export default function Paywall() {
Pro Pro
</div> </div>
<div className="mb-2 mt-4 flex items-end text-5xl font-extrabold tracking-tight"> <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"> <span className="mb-1 text-sm opacity-80">
/ mo. / mo.
</span> </span>

View file

@ -105,7 +105,7 @@ export default function Pricing() {
}, },
{ {
name: "Pro", name: "Pro",
price: { monthly: "$5", annual: "$4" }, price: { monthly: "$10", annual: "$8" },
features: [ features: [
{ {
feature: "Unlimited recording", feature: "Unlimited recording",