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,