From 292d817e97662f63356638f1c5c5d306564ebea9 Mon Sep 17 00:00:00 2001 From: ct Date: Fri, 4 Jul 2025 19:30:27 +0800 Subject: [PATCH] Update --- resources/js/modules/editor/editor.jsx | 2 +- resources/js/pages/home/home.tsx | 4 +++- resources/js/pages/home/partials/Features.jsx | 20 +++++++++---------- resources/js/pages/home/partials/Hero.jsx | 5 +---- 4 files changed, 15 insertions(+), 16 deletions(-) diff --git a/resources/js/modules/editor/editor.jsx b/resources/js/modules/editor/editor.jsx index 4531c35..4561a01 100644 --- a/resources/js/modules/editor/editor.jsx +++ b/resources/js/modules/editor/editor.jsx @@ -174,7 +174,7 @@ const Editor = () => { return ( <> -
+
diff --git a/resources/js/pages/home/home.tsx b/resources/js/pages/home/home.tsx index b3bf8ab..e3c4fcf 100644 --- a/resources/js/pages/home/home.tsx +++ b/resources/js/pages/home/home.tsx @@ -8,7 +8,9 @@ import Hero from './partials/Hero.jsx'; const Home = () => { return (
- +
+ +
diff --git a/resources/js/pages/home/partials/Features.jsx b/resources/js/pages/home/partials/Features.jsx index b9a95c6..33fad98 100644 --- a/resources/js/pages/home/partials/Features.jsx +++ b/resources/js/pages/home/partials/Features.jsx @@ -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 && ( -
- Soon +
+ Coming Soon
)} diff --git a/resources/js/pages/home/partials/Hero.jsx b/resources/js/pages/home/partials/Hero.jsx index f88e206..d038f17 100644 --- a/resources/js/pages/home/partials/Hero.jsx +++ b/resources/js/pages/home/partials/Hero.jsx @@ -1,9 +1,6 @@ const Hero = () => { return ( -
- {/* Subtle grid background */} -
- +
{/* Badge */}