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