This commit is contained in:
sasha-astiadi 2025-06-18 16:48:59 +02:00
parent 57adc303ca
commit 0c204baca7
5 changed files with 27 additions and 26 deletions

View File

@ -3,57 +3,58 @@ import { Container } from '@/components/Container'
const faqs = [ const faqs = [
[ [
{ {
question: 'How do I know the tips are good?', question: 'What is EngageOS?',
answer: answer:
'Our whole business depends on our tips being good, so its in our best interest that they are. The results of our customers speak for themselves, just trust us.', 'EngageOS is a white-label engagement platform built specifically for purpose-driven organizations. It allows NGOs, foundations, and impact coalitions to launch their own branded platforms to engage communities, deliver training, and mobilize support.',
}, },
{ {
question: 'Isnt this insider trading?', question: 'Do I need a tech team to use EngageOS?',
answer: answer:
'Yes exactly. But at scale! Historically you could only make insider trades with knowledge from your direct network. Pocket brings you insider trading tips from people you dont even know.', 'No. EngageOS is fully plug-and-play. Its designed so any organization—regardless of technical capacity—can deploy and customize their own platform without writing a line of code.',
}, },
{ {
question: 'But isnt insider trading illegal?', question: 'Can we fully customize the platforms look and feel?',
answer: answer:
'Heres the thing: youre the one doing the insider trading, not us. Were just giving you the tips and some tools to make trades. Were not doing anything wrong here.', 'Absolutely. From logos and colors to navigation and community features, EngageOS supports full white-label customization so the platform feels like your own digital headquarters.',
}, },
], ],
[ [
{ {
question: 'Do the people giving you tips realize what they are doing?', question: 'What kinds of organizations use EngageOS?',
answer: answer:
'Again I would argue this isnt really our responsibility. People make their own choices. If they dont research the consequences thats on them, not on us.', 'We work with NGOs, educational networks, development agencies, faith-based groups, and mission-aligned coalitions that want to better engage, train, and mobilize their communities at scale.',
}, },
{ {
question: 'Where is Pocket based?', question: 'Is EngageOS multilingual and accessible offline?',
answer: answer:
'Lets just say its not somewhere where the SEC is going to find us.', 'Yes. The platform supports multilingual content and offline-friendly delivery—ideal for reaching underserved communities with limited connectivity.',
}, },
{ {
question: 'Is there any age limit to trading on Pocket?', question: 'Can we use EngageOS for fundraising?',
answer: answer:
'For our free plan, the age limit is based on the minimum age to trade in your country of residence. Our VIP plan uses advanced transaction anonymization though, so you can use that plan even if youre 9 years old. Or a dog.', 'Yes. EngageOS includes built-in fundraising tools, including peer-to-peer, micro-donation, and pay-it-forward models—plus full donor engagement capabilities.',
}, },
], ],
[ [
{ {
question: 'How did you get this on the App Store?', question: 'How is EngageOS different from other platforms?',
answer: answer:
'Honestly we were surprised too, but eventually we found out that the app reviewer found the app so compelling they approved it just so they could use it themselves.', 'Unlike general-purpose platforms, EngageOS is mission-built for civil society. It integrates engagement, learning, and fundraising in one secure, ethical platform—hosted on sovereign infrastructure.',
}, },
{ {
question: 'How do I explain the money I withdraw from Pocket to the IRS?', question: 'What is the pricing model?',
answer: answer:
'This feels like one-hundred percent a you problem. Pocket is not responsible in any way for your tax returns.', 'EngageOS operates on a flexible SaaS model, with plans ranging from €30K to €300K annually depending on features and user scale. For grassroots initiatives, pay-it-forward and sponsorship models are also available.',
}, },
{ {
question: 'How do I become an insider?', question: 'How do we get started?',
answer: answer:
'Contact us with some details about your industry and the type of access you have to apply for an insider account. Once approved, well send you a guide on collecting insider information without being detected at work.', 'Reach out to our team for a demo or strategy session. Well walk you through the options and help design the best deployment path for your mission.',
}, },
], ],
] ]
export function Faqs() { export function Faqs() {
return ( return (
<section <section