Update
This commit is contained in:
@@ -49,6 +49,14 @@ public function index()
|
|||||||
private function getFaqData()
|
private function getFaqData()
|
||||||
{
|
{
|
||||||
return [
|
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?',
|
'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!',
|
'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?',
|
'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?',
|
'q' => 'Is there a mobile app?',
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
/**
|
/**
|
||||||
* @see https://github.com/artesaos/seotools
|
* @see https://github.com/artesaos/seotools
|
||||||
*/
|
*/
|
||||||
$title = 'MEMEFAST: Make meme in seconds';
|
$title = 'MEMEFAST: Make meme videos right in your browser';
|
||||||
$description = 'Simple & fast meme video editor';
|
$description = 'Simple & fast meme video editor, 100% powered by the web.';
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'inertia' => env('SEO_TOOLS_INERTIA', false),
|
'inertia' => env('SEO_TOOLS_INERTIA', false),
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ const Features = () => {
|
|||||||
const features = [
|
const features = [
|
||||||
{
|
{
|
||||||
icon: Video,
|
icon: Video,
|
||||||
title: 'No installation needed',
|
title: 'No additional software needed',
|
||||||
description: 'Easy video editor with editable text, background, memes, built into the web.',
|
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',
|
gradient: 'bg-gradient-to-br from-transparent to-blue-500/5 dark:to-blue-400/10 hover:bg-gradient-to-tl',
|
||||||
order: 3,
|
order: 3,
|
||||||
@@ -25,7 +25,7 @@ const Features = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Smartphone,
|
icon: Smartphone,
|
||||||
title: 'Works Everywhere',
|
title: 'Works in your browser',
|
||||||
description: 'Create on desktop, tablet, or mobile! Potato devices not recommended though.',
|
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',
|
gradient: 'bg-gradient-to-br from-transparent to-purple-500/5 dark:to-purple-400/10 hover:bg-gradient-to-tl',
|
||||||
order: 4,
|
order: 4,
|
||||||
|
|||||||
@@ -22,9 +22,10 @@ const Hero = () => {
|
|||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl">
|
<h2 className="text-foreground mx-auto max-w-4xl text-xl leading-relaxed font-bold sm:text-2xl lg:text-2xl">
|
||||||
Fast and simple meme video editor
|
Make meme videos right in your browser
|
||||||
</h2>
|
</h2>
|
||||||
|
<p className="text-muted-foreground">No additional software needed. Don't believe it? press the Download button above.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Stats */}
|
{/* Stats */}
|
||||||
|
|||||||
Reference in New Issue
Block a user