export const data = {
page: 'FAQ',
title: "Frequently asked questions",
desc: 'Find answers to all your questions about our proxy services',
sections: [
{
section: 'General Information',
questions: [
{
id: 1,
name: "Do you have technical documentation?",
desc: `Yes, we have comprehensive documentation on all of our products available <a>here</a>. You can also access documentation from our <a>dashboard</a>.`,
},
{
id: 2,
name: "What kind of customer support do you provide?",
desc: ``,
},
{
id: 3,
name: "Can I cancel at any time?",
desc: ``,
},
{
id: 4,
name: "How can I cancel or renew my subscription?",
desc: ``,
},
{
id: 5,
name: "What information should be provided when reporting an issue?",
desc: ``,
},
{
id: 6,
name: "Do you have a referral system?",
desc: ``,
},
],
},
{
section: 'Billing and Pricing',
questions: [
{
id: 1,
name: "What are all available pricing plans?",
desc: ``,
},
{
id: 2,
name: "Does the service fee includes additional charges?",
desc: ``,
},
{
id: 3,
name: "Which forms of payment do you accept?",
desc: ``,
},
{
id: 4,
name: "Do you offer refunds?",
desc: ``,
},
{
id: 5,
name: "Can I cancel at any time?",
desc: ``,
},
{
id: 6,
name: "How can I cancel or renew my subscription?",
desc: ``,
},
],
},
{
section: 'Product information',
questions: [
{
id: 1,
name: "What are datacenter proxies?",
desc: ``,
},
{
id: 2,
name: "What are static residential proxies?",
desc: ``,
},
{
id: 3,
name: "What is a residential proxy?",
desc: ``,
},
{
id: 4,
name: "Do you support username and password or IP authentication?",
desc: ``,
},
{
id: 5,
name: "What is the difference between residential and datacenter proxies?",
desc: ``,
},
{
id: 6,
name: "What's the difference between ISP proxies and datacenter proxies?",
desc: ``,
},
{
id: 7,
name: "Do you offer a trial for your products?",
desc: ``,
},
],
},
]
}