From 50d01570c35af256a579c3e2f8ada8fccb56d995 Mon Sep 17 00:00:00 2001
From: MarconLP <13001502+MarconLP@users.noreply.github.com>
Date: Sun, 9 Jul 2023 12:06:53 +0200
Subject: [PATCH] adjust pro features
---
src/components/Paywall.tsx | 14 ++------------
src/pages/pricing.tsx | 15 ++-------------
2 files changed, 4 insertions(+), 25 deletions(-)
diff --git a/src/components/Paywall.tsx b/src/components/Paywall.tsx
index 5c9cf1c..2156d06 100644
--- a/src/components/Paywall.tsx
+++ b/src/components/Paywall.tsx
@@ -142,14 +142,9 @@ export default function Paywall() {
{[
{
- 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 }) => (
(