|
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.", |
|
}, |
|
]; |
|
|