adjust pro features

This commit is contained in:
MarconLP 2023-07-09 12:06:53 +02:00
parent 3f71ce04db
commit 50d01570c3
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5
2 changed files with 4 additions and 25 deletions

View file

@ -142,14 +142,9 @@ export default function Paywall() {
<div className="mt-4 flex flex-col gap-2 pb-8">
{[
{
feature: "Unlimited recording",
feature: "Unlimited recordings",
description:
"Make unlimited recordings of your tab, desktop, and any application.",
},
{
feature: "Unlimited video library",
description:
"Store as many recorded videos as you want in your Snapify library.",
"Make and store unlimited recordings of your tab, desktop, and any application.",
},
{
feature: "Video download",
@ -161,11 +156,6 @@ export default function Paywall() {
description:
"Upload videos recorded using other tools or platforms to your Snapify library.",
},
{
feature: "Custom branding",
description:
"Remove Snapify branding from your videos.",
},
].map(({ feature, description }) => (
<div
key={feature}

View file

@ -74,15 +74,9 @@ export default function Pricing() {
price: { monthly: "$10", annual: "$8" },
features: [
{
feature: "Unlimited recording",
feature: "Unlimited recordings",
description:
"Make unlimited recordings of your tab, desktop, and any application.",
included: true,
},
{
feature: "Unlimited video library",
description:
"Store as many recorded videos as you want in your Snapify library.",
"Make and store unlimited recordings of your tab, desktop, and any application.",
included: true,
},
{
@ -97,11 +91,6 @@ export default function Pricing() {
"Upload videos recorded using other tools or platforms to your Snapify library.",
included: true,
},
{
feature: "Custom branding",
description: "Remove Snapify branding from your videos.",
included: true,
},
],
},
].map(({ name, price, features }) => (