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

@@ -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' => "<a target=\"blank\" class=\"underline\" href=\"https://x.com/charlestehio\">Charles</a> 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.<br><br>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!<br><br>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.<br><br>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.<br><br>This is compatible for TikTok, Youtube Shorts, Instagram Reels, and more.',
],
[
'q' => 'Is there a mobile app?',

View File

@@ -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),

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 */}