import Accordion from "@mui/joy/Accordion";
import AccordionDetails from "@mui/joy/AccordionDetails";
import AccordionGroup from "@mui/joy/AccordionGroup";
import AccordionSummary from "@mui/joy/AccordionSummary";
const SubscriptionFAQ = () => {
return (
Frequently Asked Questions
Can I use the Free plan in my team?
Of course you can. In the free plan, you can invite up to 5 members to your team. If you need more, you should upgrade to the
Pro plan.
How many devices can the license key be used on?
{`It's unlimited for now, but please do not abuse it.`}
{`Can I get a refund if Slash doesn't meet my needs?`}
Yes, absolutely! You can contact us with `yourselfhosted@gmail.com`. I will refund you as soon as possible.
Is there a Lifetime license?
{`As software requires someone to maintain it, so we won't sell a lifetime service, since humans are not immortal yet. But if you
really want it, please contact us "yourselfhosted@gmail.com".`}
);
};
export default SubscriptionFAQ;