File size: 1,635 Bytes
6076169 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
export const FAQ = [
{
id: "item-1",
question: "Is it accessible?",
answer:
"Yes. It adheres to the WAI-ARIA design pattern, ensuring accessibility for all users.",
},
{
id: "item-2",
question: "What features does the software offer?",
answer:
"Our AI powered content generator software offers features like blog generate, SEO optimize content, customizable branded links, and AI-powered suggestions.",
},
{
id: "item-3",
question: "How does the pricing work?",
answer:
"We offer three plans: Free, Pro ($7/month), and Business ($49.99/month). Yearly subscriptions come with a discount.",
},
{
id: "item-4",
question: "Can I upgrade or downgrade my plan?",
answer:
"Yes! You can easily upgrade or downgrade your plan at any time through your account settings.",
},
{
id: "item-5",
question: "Is there customer support available?",
answer:
"Absolutely! We provide community support for all users and priority support for Pro and Business plan subscribers.",
},
{
id: "item-6",
question: "Can I track my generated contents?",
answer:
"Yes, our software allows you to track content on your dashboard, providing insights into user engagement and demographics.",
},
{
id: "item-7",
question: "Is there a mobile app available?",
answer:
"Currently, we do not have a dedicated mobile app, but our web application is fully responsive and works well on mobile devices.",
},
{
id: "item-8",
question: "What payment methods do you accept?",
answer:
"We accept various payment methods including credit cards, PayPal, and other secure payment options.",
},
];
|