From b24075c6d577b4598ff877ca28c135015574fda1 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Mon, 1 May 2023 21:51:56 +0200 Subject: [PATCH] update features on paywall --- src/components/Paywall.tsx | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/src/components/Paywall.tsx b/src/components/Paywall.tsx index f9dfd08..d2f31d9 100644 --- a/src/components/Paywall.tsx +++ b/src/components/Paywall.tsx @@ -142,18 +142,29 @@ export default function Paywall() {
{[ { - feature: "Unlimited videos", - description: "Record and share unlimited videos", + feature: "Unlimited recording", + description: + "Make unlimited recordings of your tab, desktop, and any application.", }, { - feature: "Video uploads", + feature: "Unlimited video library", 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: - "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 }) => (