update features on paywall
This commit is contained in:
parent
4bf5de6e5d
commit
b24075c6d5
1 changed files with 17 additions and 6 deletions
|
|
@ -142,18 +142,29 @@ 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 videos",
|
feature: "Unlimited recording",
|
||||||
description: "Record and share unlimited videos",
|
description:
|
||||||
|
"Make unlimited recordings of your tab, desktop, and any application.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
feature: "Video uploads",
|
feature: "Unlimited video library",
|
||||||
description:
|
description:
|
||||||
"Upload external videos to your Library",
|
"Store as many recorded videos as you want in your Snapify library.",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
feature: "Remove branding",
|
feature: "Video download",
|
||||||
description:
|
description:
|
||||||
"Remove Snapify branding from your videos",
|
"Download your recorded videos for offline viewing or sharing with others.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
feature: "External video upload",
|
||||||
|
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 }) => (
|
].map(({ feature, description }) => (
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue