Update
This commit is contained in:
@@ -15,10 +15,6 @@ const FAQDiscord = () => {
|
||||
q: 'Why is video export slow for me?',
|
||||
a: 'Video processing happens entirely in your browser using advanced web technology. Export speed depends on your video content complexity and device performance. High-end devices export quickly, while older/slower devices may take longer or even crash. If your phone is too slow, try using a faster device like a desktop computer for better performance.',
|
||||
},
|
||||
{
|
||||
q: 'What AI features are coming?',
|
||||
a: "Soon you'll be able to generate custom captions and backgrounds using AI. Enter any text prompt and get tailored content!",
|
||||
},
|
||||
{
|
||||
q: 'What video format do you export?',
|
||||
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.',
|
||||
@@ -31,6 +27,10 @@ const FAQDiscord = () => {
|
||||
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! Want a certain content? Let us know in our Discord group.',
|
||||
},
|
||||
{
|
||||
q: 'I have more questions!',
|
||||
a: 'Great! Join our Discord group and ask away!',
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -41,7 +41,10 @@ const FAQDiscord = () => {
|
||||
</div>
|
||||
|
||||
<div className="grid gap-6 md:flex">
|
||||
<div id="faq" className="bg-background max-w-4xl flex-3/5 rounded-2xl border p-6 sm:p-8">
|
||||
<div
|
||||
id="faq"
|
||||
className="max-w-4xl flex-3/5 rounded-2xl border bg-gradient-to-br from-transparent to-purple-500/5 p-6 sm:p-8 dark:to-purple-300/10"
|
||||
>
|
||||
<Accordion type="single" collapsible className="w-full" defaultValue="item-1">
|
||||
{faqData.map((faq, index) => (
|
||||
<AccordionItem key={index} value={`item-${index + 1}`} className="border-b last:border-b-0">
|
||||
@@ -63,10 +66,10 @@ const FAQDiscord = () => {
|
||||
</svg>
|
||||
</div>
|
||||
<div className="text-left">
|
||||
<h3 className="text-foreground text-2xl font-bold">MEMEAIGEN Discord</h3>
|
||||
<h3 className="text-foreground text-2xl font-bold">MEMEFAST Discord</h3>
|
||||
<p className="text-muted-foreground text-sm leading-relaxed text-wrap">
|
||||
Join our Discord community to connect with other creators, get help, stay up to date and help shape the future of
|
||||
MEMEAIGEN.
|
||||
MEMEFAST.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user