This commit is contained in:
ct
2025-07-17 05:42:53 +08:00
parent 0892f252a4
commit 46262b3862
4 changed files with 16 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ const Features = () => {
const features = [
{
icon: Video,
title: 'No installation needed',
title: 'No additional software needed',
description: 'Easy video editor with editable text, background, memes, built into the web.',
gradient: 'bg-gradient-to-br from-transparent to-blue-500/5 dark:to-blue-400/10 hover:bg-gradient-to-tl',
order: 3,
@@ -25,7 +25,7 @@ const Features = () => {
},
{
icon: Smartphone,
title: 'Works Everywhere',
title: 'Works in your browser',
description: 'Create on desktop, tablet, or mobile! Potato devices not recommended though.',
gradient: 'bg-gradient-to-br from-transparent to-purple-500/5 dark:to-purple-400/10 hover:bg-gradient-to-tl',
order: 4,

View File

@@ -22,9 +22,10 @@ const Hero = () => {
</h1>
</div>
<h2 className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl">
Fast and simple meme video editor
<h2 className="text-foreground mx-auto max-w-4xl text-xl leading-relaxed font-bold sm:text-2xl lg:text-2xl">
Make meme videos right in your browser
</h2>
<p className="text-muted-foreground">No additional software needed. Don't believe it? press the Download button above.</p>
</div>
{/* Stats */}