adjust pro features
This commit is contained in:
parent
3f71ce04db
commit
50d01570c3
2 changed files with 4 additions and 25 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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 }) => (
|
||||
|
|
|
|||
Loading…
Reference in a new issue