This commit is contained in:
2025-07-28 13:18:54 +02:00
parent f6d193a88c
commit 49a385d366
7 changed files with 224 additions and 28 deletions

View File

@@ -6,57 +6,59 @@ import backgroundImage from '@/images/background-faqs.jpg'
const faqs = [
[
{
question: 'Does OurWorld handle VAT?',
question: 'What is OurWorld?',
answer:
'Well no, but if you move your company offshore you can probably ignore it.',
'OurWorld is a venture creator focused on building decentralized digital infrastructure for a more sovereign, inclusive, and regenerative future.',
},
{
question: 'Can I pay for my subscription via purchase order?',
answer: 'Absolutely, we are happy to take your money in all forms.',
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 do I apply for a job at OurWorld?',
question: 'How does OurWorld support ventures?',
answer:
'We only hire our customers, so subscribe for a minimum of 6 months and then lets talk.',
'We co-create projects by providing capital, strategy, governance, technical infrastructure, and access to a global network of collaborators.',
},
],
[
{
question: 'What was that testimonial about tax fraud all about?',
question: 'What kinds of projects are in the OurWorld ecosystem?',
answer:
'OurWorld is just a software application, ultimately your books are your responsibility.',
'Our portfolio includes decentralized cloud (ThreeFold), tokenized economies (TF9), digital jurisdictions (FreeZone), and open education (Sikana).',
},
{
question:
'OurWorld sounds horrible but why do I still feel compelled to purchase?',
question: 'Where does OurWorld operate?',
answer:
'This is the power of excellent visual design. You just cant resist it, no matter how poorly it actually functions.',
'Were active in strategic hubs like Mauritius, Zanzibar, UAE, Belgium, and expanding across Europe, Africa, and the Middle East.',
},
{
question:
'I found other companies called OurWorld, are you sure you can use this name?',
question: 'Is this a blockchain company?',
answer:
'Honestly not sure at all. We havent actually incorporated or anything, we just thought it sounded cool and made this website.',
'We use blockchain when its useful, but OurWorld is much broader—its about real-world infrastructure and long-term systemic change.',
},
],
[
{
question: 'How do you generate reports?',
question: 'How can I get involved with OurWorld?',
answer:
'You just tell us what data you need a report for, and we get our kids to create beautiful charts for you using only the finest crayons.',
'Whether youre a founder, funder, builder or policymaker—if you resonate with our mission, reach out to start a conversation.',
},
{
question: 'Can we expect more inventory features?',
answer: 'In life its really better to never expect anything at all.',
question: 'What is the Digital Freezone?',
answer:
'Its a sovereign digital jurisdiction enabling remote company creation, tokenized commerce, and flexible digital residency.',
},
{
question: 'I lost my password, how do I get into my account?',
question: 'Where can I learn more or contact the team?',
answer:
'Send us an email and we will send you a copy of our latest password spreadsheet so you can find your information.',
'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 (
<section