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 }) => (
(