import Image from 'next/image' import { Container } from '@/components/Container' import backgroundImage from '@/images/background-faqs.jpg' const faqs = [ [ { question: 'What is OurWorld?', answer: 'OurWorld is a venture creator focused on building decentralized digital infrastructure for a more sovereign, inclusive, and regenerative future.', }, { question: 'Who is OurWorld for?', answer: 'We collaborate with entrepreneurs, investors, governments, and changemakers who want to build systems beyond Big Tech and traditional finance.', }, { question: 'How does OurWorld support ventures?', answer: 'We co-create projects by providing capital, strategy, governance, technical infrastructure, and access to a global network of collaborators.', }, ], [ { question: 'What projects are in the OurWorld ecosystem?', answer: 'Our portfolio includes community driven co-owned cloud (Project Mycelium), Tier S and H datacenters (Geomind), digital jurisdictions (Free Zone), and open education (Sikana).', }, { question: 'Where does OurWorld operate?', answer: 'We’re active in strategic hubs like Mauritius, Zanzibar, UAE, Egypt, Belgium, and expanding across Europe, Africa, and the Middle East.', }, { question: 'Is this a blockchain company?', answer: 'We use blockchain when it’s useful, but OurWorld is much broader—it’s about real-world infrastructure and long-term systemic change.', }, ], [ { question: 'How can I get involved with OurWorld?', answer: 'Whether you’re a founder, funder, builder or policymaker—if you resonate with our mission, reach out to start a conversation.', }, { question: 'What is the Digital Free Zone?', answer: 'It’s a sovereign digital jurisdiction with streamlined digital business operations, enabling remote company creation, borderless commerce, and flexible digital residency.', }, { question: 'Where can I learn more or contact the team?', answer: 'Visit www.ourworld.tf or email us at info@ourworld.tf to explore opportunities and collaborations. Visit www.ourworld.tf/ventures to see our current initiatives.', }, ], ] export function Faqs() { return (

Frequently Asked Questions

If you can’t find what you’re looking for, email our support team and someone will get back to you.

) }