import { Container } from '@/components/Container' const faqs = [ [ { question: 'What is ThreeFold?', answer: 'ThreeFold 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: 'Do I need a tech team to use ThreeFold?', answer: 'No. ThreeFold is fully plug-and-play. It’s designed so any organization—regardless of technical capacity—can deploy and customize their own platform without writing a line of code.', }, { question: 'Can we fully customize the platform’s look and feel?', answer: 'Absolutely. From logos and colors to navigation and community features, ThreeFold supports full white-label customization so the platform feels like your own digital headquarters.', }, ], [ { question: 'What kinds of organizations use ThreeFold?', answer: '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: 'Is ThreeFold multilingual and accessible offline?', answer: 'Yes. The platform supports multilingual content and offline-friendly delivery—ideal for reaching underserved communities with limited connectivity.', }, { question: 'Can we use ThreeFold for fundraising?', answer: 'Yes. ThreeFold includes built-in fundraising tools, including peer-to-peer, micro-donation, and pay-it-forward models—plus full donor engagement capabilities.', }, ], [ { question: 'How is ThreeFold different from other platforms?', answer: 'Unlike general-purpose platforms, ThreeFold is mission-built for civil society. It integrates engagement, learning, and fundraising in one secure, ethical platform—hosted on sovereign infrastructure.', }, { question: 'What is the pricing model?', answer: 'ThreeFold 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 we get started?', answer: 'Reach out to our team for a demo or strategy session. We’ll walk you through the options and help design the best deployment path for your mission.', }, ], ] export function Faqs() { return (

Frequently asked questions

If you have anything else you want to ask,{' '} reach out to us .

) }