From 1c8da780a3db0d0830b961bae392f0e5a7397b6e Mon Sep 17 00:00:00 2001 From: ct Date: Fri, 4 Jul 2025 21:01:12 +0800 Subject: [PATCH] Update --- resources/js/pages/home/partials/FAQ.jsx | 13 ++++++------- .../js/pages/home/partials/JoinDiscordGroup.jsx | 7 +------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/resources/js/pages/home/partials/FAQ.jsx b/resources/js/pages/home/partials/FAQ.jsx index 5f7569b..ef3de69 100644 --- a/resources/js/pages/home/partials/FAQ.jsx +++ b/resources/js/pages/home/partials/FAQ.jsx @@ -7,7 +7,7 @@ const FAQ = () => { 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!', }, { - q: "What's available now?", + q: 'What features are available now?', a: 'At the moment, All 200+ meme templates and 200+ backgrounds are completely free! We will be adding more memes and backgrounds to the library soon!', }, { @@ -20,15 +20,15 @@ const FAQ = () => { }, { q: 'What video format do you export?', - a: 'We export high-quality MP4 videos optimized for all social media platforms in 9:16 format.', + a: 'We export high-quality MP4 videos optimized for all social media platforms in 9:16 format, which is compatible for TikTok, Youtube Shorts, Instagram Reels, and more.', }, { q: 'Is there a mobile app?', - a: "Our web app is fully responsive and works perfectly on mobile devices. Do you want a mobile app? We'll see what can be done.", + a: "Our web app is fully responsive and works perfectly on mobile devices. Do you want a mobile app? We'll see what can be done. Let us know in our Discord group.", }, { q: 'How often do you add new content?', - a: 'We just started building this platform and will gradually add more meme templates and backgrounds over time, so everyone can continue using it for free with fresh content!', + a: 'We just started building this platform and will gradually add more meme templates and backgrounds over time, so everyone can continue using it for free with fresh content! Want a certain content? Let us know in our Discord group.', }, ]; @@ -36,8 +36,7 @@ const FAQ = () => {
-

Frequently Asked Questions

-

Everything you need to know about creating viral memes

+

Any questions?

@@ -45,7 +44,7 @@ const FAQ = () => { {faqData.map((faq, index) => ( {faq.q} - {faq.a} + {faq.a} ))} diff --git a/resources/js/pages/home/partials/JoinDiscordGroup.jsx b/resources/js/pages/home/partials/JoinDiscordGroup.jsx index f380a6a..e256571 100644 --- a/resources/js/pages/home/partials/JoinDiscordGroup.jsx +++ b/resources/js/pages/home/partials/JoinDiscordGroup.jsx @@ -4,12 +4,7 @@ const JoinDiscordGroup = () => { return (
-
-

Join Our Discord Community

-

Connect with creators, get updates, and get community support

-
- -
+
{/* Left side - Discord info */}