This commit is contained in:
ct
2025-07-04 19:30:27 +08:00
parent bd361b1ea6
commit 292d817e97
4 changed files with 15 additions and 16 deletions

View File

@@ -5,28 +5,28 @@ const Features = () => {
{
icon: Heart,
title: 'Make video memes for free',
description: 'Access 200+ meme templates and backgrounds without paying a cent',
description: 'Access 200+ meme and background libraries without paying a cent',
},
{
icon: Video,
title: 'Easy Video Editor',
description: 'Simple video editor with draggable text, background, memes and real-time preview',
title: 'Web-powered Video Editor',
description: 'Easy video editor with editable text, background, memes, built into the web. No additional software required!',
},
{
icon: Download,
title: 'Instant Export',
description: 'Download high-quality MP4 videos optimized for TikTok, Youtube Shorts, Instagram Reels, and more',
title: 'Export in minutes',
description: 'Download high-quality 720p MP4 videos optimized for TikTok, Youtube Shorts, Instagram Reels, and more',
},
{
icon: Smartphone,
title: 'Works Everywhere',
description: 'Create on desktop, tablet, or mobile with responsive design',
description: 'Create on desktop, tablet, or mobile! Potato devices not recommended though.',
},
{
icon: Library,
title: 'Library Updates',
description: 'Fresh viral memes and backgrounds updated regularly',
title: 'Meme Library Updates',
description: 'Soon we will be adding more memes and backgrounds to the library!',
comingSoon: true,
},
{
@@ -52,8 +52,8 @@ const Features = () => {
className="group bg-card hover:bg-muted/50 relative rounded-2xl border p-6 transition-all duration-300 lg:p-8"
>
{feature.comingSoon && (
<div className="bg-foreground text-background absolute -top-2 -right-2 rounded-full px-2 py-1 text-xs font-medium">
Soon
<div className="bg-foreground text-background absolute -top-2 -right-2 rounded-full px-2 py-1 text-xs font-medium uppercase">
Coming Soon
</div>
)}