From 17b2d98eba96ff3cb9124b6820a04098e1d22393 Mon Sep 17 00:00:00 2001 From: Emre Date: Tue, 4 Nov 2025 02:19:47 +0300 Subject: [PATCH] world records --- src/app/about/page.tsx | 2 + src/components/AboutRecords.tsx | 95 ++++++++++++++++++++++++++++++ src/components/Faqs.tsx | 2 +- src/components/VenturesGeomind.tsx | 2 +- 4 files changed, 99 insertions(+), 2 deletions(-) create mode 100644 src/components/AboutRecords.tsx diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 96790cd..a6380fb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,6 +14,7 @@ import { HomeVentures } from '@/components/HomeVentures' import { Quote } from '@/components/Quote' import { AboutHero } from '@/components/AboutHero' import { AboutMission } from '@/components/AboutMission' +import { AboutRecords } from '@/components/AboutRecords' import { AboutExperience } from '@/components/AboutExperience' export default function About() { @@ -23,6 +24,7 @@ export default function About() {
+ diff --git a/src/components/AboutRecords.tsx b/src/components/AboutRecords.tsx new file mode 100644 index 0000000..9d2063e --- /dev/null +++ b/src/components/AboutRecords.tsx @@ -0,0 +1,95 @@ +import clsx from 'clsx' + +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 AboutRecords() { + return ( +
+
+ ) +} diff --git a/src/components/Faqs.tsx b/src/components/Faqs.tsx index 10c8616..37c511b 100644 --- a/src/components/Faqs.tsx +++ b/src/components/Faqs.tsx @@ -77,7 +77,7 @@ export function Faqs() {

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