diff --git a/public/images/about/hero.jpg b/public/images/about/hero.jpg
new file mode 100644
index 0000000..03161ea
Binary files /dev/null and b/public/images/about/hero.jpg differ
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 7be827d..20a0884 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,27 +1,40 @@
import { CallToAction } from '@/components/CallToAction'
+import { FadeInOnView } from '@/components/UI/FadeInOnView'
import { Faqs } from '@/components/Faqs'
import { Footer } from '@/components/Footer'
-import { Header_darkbg } from '@/components/Header_darkbg'
+import { HomeStickyHeader } from '@/components/home/HomeStickyHeader'
import { Quote } from '@/components/Quote'
-import { AboutHero } from '@/components/AboutHero'
-import { AboutMission } from '@/components/AboutMission'
-import { AboutRecords } from '@/components/AboutRecords'
+import { Hero } from '@/components/about/Hero'
+import {Mission } from '@/components/about/Mission'
+import { Records } from '@/components/about/Records'
import { AboutExperience } from '@/components/AboutExperience'
+
export default function About() {
return (
<>
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
>
)
}
diff --git a/src/components/AboutMission.tsx b/src/components/AboutMission.tsx
index 57bccb2..4f0511b 100644
--- a/src/components/AboutMission.tsx
+++ b/src/components/AboutMission.tsx
@@ -10,7 +10,7 @@ const stats = [
export function AboutMission() {
return (
-
+
diff --git a/src/components/about/Hero.tsx b/src/components/about/Hero.tsx
new file mode 100644
index 0000000..d1dd248
--- /dev/null
+++ b/src/components/about/Hero.tsx
@@ -0,0 +1,46 @@
+import Image from 'next/image'
+import clsx from 'clsx'
+
+import { Button } from '@/components/Button'
+import { Container } from '@/components/Container'
+import { Logo_hero } from '@/components/Logo_hero'
+import { H1, P } from '@/components/UI/Texts'
+import { FadeInOnView } from '@/components/UI/FadeInOnView'
+
+
+type HeroProps = {
+ className?: string
+}
+
+export function Hero({ className }: HeroProps) {
+ return (
+
+ {/* Overlay */}
+
+
+ {/* Content */}
+
+
+
+
+ Building the Future of Digital Sovereignty
+
+
+
+
+
+ OurWorld creates and supports ventures that put sovereignty back in the hands of people and communities. Each venture in our ecosystem contributes to a future where individuals and organizations own their digital presence, data, and destiny.
+
+ "We need a human-centric Internet co-owned by all of us, as was intended from the start. One where everyone is equal, where everyone owns their own data, allowing human flourishing to thrive."
+
+
+
+ Kristof De Spiegeleer, OurWorld Co-Founder & CEO
+
+
+
+
+
+
+
+ MISSION
+
+ Digital Sovereignty for All
+
+
+
+
+
+ We believe access to compute, data ownership, and digital tools should be fundamental rights, not privileges granted by corporations.Our ventures create a parallel system where individuals and communities can achieve true digital sovereignty.
+
+
+ Our work spans decentralized internet infrastructure, sovereign data systems, legal structures for autonomy, and AI frameworks that amplify rather than replace human capability. The foundation was built over two decades developing decentralized internet infrastructure, made possible by thousands of contributors worldwide.
+
+
+ Now we're expanding that foundation into a full ecosystem where sovereignty isn't just technical, it's legal, financial, and accessible.
+
+
+
+
+
+
+
+
+ )
+}
diff --git a/src/components/about/Records.tsx b/src/components/about/Records.tsx
new file mode 100644
index 0000000..4348cb1
--- /dev/null
+++ b/src/components/about/Records.tsx
@@ -0,0 +1,101 @@
+import clsx from 'clsx'
+import { PS, H2, Eyebrow } from '@/components/UI/Texts'
+
+const records = [
+ {
+ period: '1997–2002',
+ title: 'World Records for Web Hosting',
+ description:
+ 'Kept UEFA, NASA, and World Cup traffic online with continent-scale uptime.',
+ showStream: true,
+ },
+ {
+ period: '2005',
+ title: 'The First Backup Data Duplication System in the World',
+ description:
+ 'Cut enterprise backup footprints by up to 100× before dedupe was mainstream.',
+ showStream: false,
+ },
+ {
+ period: '2008',
+ title: 'One of the First Cloud Systems',
+ description:
+ 'Shipped the first Virtual Private Data Center and proved elastic compute trust.',
+ showStream: false,
+ },
+ {
+ period: '2010',
+ title: 'The First Multi-Site Consistent Database',
+ description:
+ 'Delivered failover that preserved every transaction across sovereign sites.',
+ showStream: true,
+ },
+ {
+ period: '2012',
+ title: 'The First Unbreakable and Distributed Storage System',
+ description:
+ 'Built tamper-proof storage that used 10× less energy and never went dark.',
+ showStream: false,
+ },
+ {
+ period: '2017',
+ title: 'Probably the First Proof of Block Stake Blockchain',
+ description:
+ 'Merged staking and settlement in one move, years before the market caught up.',
+ showStream: false,
+ },
+]
+
+export function Records() {
+ return (
+
+
+
+
+ WORLD RECORDS
+ < H2 className="mt-2 h2-default text-void">
+ Milestones That Pushed the Internet Forward
+
+
+ Across decades of building resilient digital infrastructure, our team set new technical benchmarks that still define
+ how mission-critical systems operate today.
+
+
+