From 46262b38628460dbe1fcb8ee639702a455ceb595 Mon Sep 17 00:00:00 2001 From: ct Date: Thu, 17 Jul 2025 05:42:53 +0800 Subject: [PATCH] Update --- app/Http/Controllers/FrontHomeController.php | 10 +++++++++- config/seotools.php | 4 ++-- resources/js/pages/home/partials/Features.jsx | 4 ++-- resources/js/pages/home/partials/Hero.jsx | 5 +++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/app/Http/Controllers/FrontHomeController.php b/app/Http/Controllers/FrontHomeController.php index b51597f..9ff3699 100644 --- a/app/Http/Controllers/FrontHomeController.php +++ b/app/Http/Controllers/FrontHomeController.php @@ -49,6 +49,14 @@ public function index() private function getFaqData() { return [ + [ + 'q' => 'What is MEMEFA.ST?', + 'a' => 'MEMEFA.ST is a simple & fast meme video editor, 100% powered by the web. You can now quickly create and export video memes for TikTok, Youtube Shorts, Instagram Reels channel, or just share with your friends in WhatsApp, Discord, Facebook Messenger, Telegram, etc!', + ], + [ + 'q' => 'Why did you made MEMEFA.ST?', + 'a' => "Charles here, creator of MEMEFA.ST. I like making fun memes to troll my friends, and I decided that there needs to be a faster solution than popular video editors like CapCut and Adobe Premiere Pro.

Thanks to today's web technology, we can now leverage the power of the web to create and export meme videos in minutes! Isn't that awesome?", + ], [ 'q' => 'How can I create a meme video?', 'a' => 'Use the video editor on top to start making your meme!

Edit your caption, background and meme. Once satisfied, press the Export button to download your video!', @@ -63,7 +71,7 @@ private function getFaqData() ], [ 'q' => 'What video format do you export?', - 'a' => 'We export high-quality MP4 videos optimized for all social media platforms in 9:16 format.

This is compatible for TikTok, Youtube Shorts, Instagram Reels, and more.', + 'a' => 'We export high-quality 720p MP4 videos optimized for all social media platforms in 9:16 format.

This is compatible for TikTok, Youtube Shorts, Instagram Reels, and more.', ], [ 'q' => 'Is there a mobile app?', diff --git a/config/seotools.php b/config/seotools.php index f0a5bea..5762eca 100644 --- a/config/seotools.php +++ b/config/seotools.php @@ -3,8 +3,8 @@ /** * @see https://github.com/artesaos/seotools */ -$title = 'MEMEFAST: Make meme in seconds'; -$description = 'Simple & fast meme video editor'; +$title = 'MEMEFAST: Make meme videos right in your browser'; +$description = 'Simple & fast meme video editor, 100% powered by the web.'; return [ 'inertia' => env('SEO_TOOLS_INERTIA', false), diff --git a/resources/js/pages/home/partials/Features.jsx b/resources/js/pages/home/partials/Features.jsx index 8214126..6a6fe7c 100644 --- a/resources/js/pages/home/partials/Features.jsx +++ b/resources/js/pages/home/partials/Features.jsx @@ -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, diff --git a/resources/js/pages/home/partials/Hero.jsx b/resources/js/pages/home/partials/Hero.jsx index e8bfcfc..aaaab8c 100644 --- a/resources/js/pages/home/partials/Hero.jsx +++ b/resources/js/pages/home/partials/Hero.jsx @@ -22,9 +22,10 @@ const Hero = () => { -

- Fast and simple meme video editor +

+ Make meme videos right in your browser

+

No additional software needed. Don't believe it? press the Download button above.

{/* Stats */}