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">
|
<div className="mt-4 flex flex-col gap-2 pb-8">
|
||||||
{[
|
{[
|
||||||
{
|
{
|
||||||
feature: "Unlimited recording",
|
feature: "Unlimited recordings",
|
||||||
description:
|
description:
|
||||||
"Make unlimited recordings of your tab, desktop, and any application.",
|
"Make and store 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.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
feature: "Video download",
|
feature: "Video download",
|
||||||
|
|
@ -161,11 +156,6 @@ export default function Paywall() {
|
||||||
description:
|
description:
|
||||||
"Upload videos recorded using other tools or platforms to your Snapify library.",
|
"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 }) => (
|
].map(({ feature, description }) => (
|
||||||
<div
|
<div
|
||||||
key={feature}
|
key={feature}
|
||||||
|
|
|
||||||
|
|
@ -74,15 +74,9 @@ export default function Pricing() {
|
||||||
price: { monthly: "$10", annual: "$8" },
|
price: { monthly: "$10", annual: "$8" },
|
||||||
features: [
|
features: [
|
||||||
{
|
{
|
||||||
feature: "Unlimited recording",
|
feature: "Unlimited recordings",
|
||||||
description:
|
description:
|
||||||
"Make unlimited recordings of your tab, desktop, and any application.",
|
"Make and store 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.",
|
|
||||||
included: true,
|
included: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -97,11 +91,6 @@ export default function Pricing() {
|
||||||
"Upload videos recorded using other tools or platforms to your Snapify library.",
|
"Upload videos recorded using other tools or platforms to your Snapify library.",
|
||||||
included: true,
|
included: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
feature: "Custom branding",
|
|
||||||
description: "Remove Snapify branding from your videos.",
|
|
||||||
included: true,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
].map(({ name, price, features }) => (
|
].map(({ name, price, features }) => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue