diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..2fa797f
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,33 @@
+import { CallToAction } from '@/components/CallToAction'
+import { Faqs } from '@/components/Faqs'
+import { Footer } from '@/components/Footer'
+import { Header_darkbg } from '@/components/Header_darkbg'
+import { HomeAbout } from '@/components/HomeAbout'
+import { Hero } from '@/components/Hero'
+import { Pricing } from '@/components/Pricing'
+import { PrimaryFeatures } from '@/components/PrimaryFeatures'
+import { SecondaryFeatures } from '@/components/SecondaryFeatures'
+import { Testimonials } from '@/components/Testimonials'
+import { HomePrinciples } from '@/components/HomePrinciples'
+import { HomeMilestones } from '@/components/HomeMilestones'
+import { HomeVentures } from '@/components/HomeVentures'
+import { Quote } from '@/components/Quote'
+import { AboutHero } from '@/components/AboutHero'
+import { AboutMission } from '@/components/AboutMission'
+import { AboutExperience } from '@/components/AboutExperience'
+import { ContactHero } from '@/components/ContactHero'
+
+export default function Contact() {
+ return (
+ <>
+
+
+
+
+
+
+
+
+ >
+ )
+}
diff --git a/src/components/ContactHero.tsx b/src/components/ContactHero.tsx
new file mode 100644
index 0000000..0378c8a
--- /dev/null
+++ b/src/components/ContactHero.tsx
@@ -0,0 +1,164 @@
+import { BuildingOffice2Icon, EnvelopeIcon, PhoneIcon } from '@heroicons/react/24/outline'
+
+export function ContactHero() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ Get in Touch
+
+
+ At OurWorld, we value your feedback and inquiries. Whether you're interested in our ventures, have questions about our technologies, or want to collaborate, we're here to connect. Reach out to us today and let's build a better digital future together.
+
+ )
+}
diff --git a/src/components/Faqs.tsx b/src/components/Faqs.tsx
index e579354..cc4d66c 100644
--- a/src/components/Faqs.tsx
+++ b/src/components/Faqs.tsx
@@ -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 let’s 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 can’t resist it, no matter how poorly it actually functions.',
+ 'We’re 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 haven’t actually incorporated or anything, we just thought it sounded cool and made this website.',
+ '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 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 you’re 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 it’s really better to never expect anything at all.',
+ question: 'What is the Digital Freezone?',
+ answer:
+ 'It’s 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 (
AboutVentures
- NewsContact Us
@@ -95,7 +94,6 @@ export function Header() {
AboutVenturesPeople
- News
diff --git a/src/components/Header_darkbg.tsx b/src/components/Header_darkbg.tsx
index 5145600..1426fbd 100644
--- a/src/components/Header_darkbg.tsx
+++ b/src/components/Header_darkbg.tsx
@@ -89,7 +89,6 @@ function MobileNavigation() {
>
AboutVentures
- NewsContact Us
@@ -117,7 +116,7 @@ export function Header_darkbg() {
AboutVenturesPeople
- News
+