update features on paywall

This commit is contained in:
MarconLP 2023-05-01 21:51:56 +02:00
parent 4bf5de6e5d
commit b24075c6d5
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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