From ee296687d2d2c1f66b890e2249a2e3c6dd5de790 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 9 Jul 2025 17:56:04 +0200 Subject: [PATCH] add --- src/components/HomeMilestones.tsx | 86 +++++++++++++++++++------------ 1 file changed, 53 insertions(+), 33 deletions(-) diff --git a/src/components/HomeMilestones.tsx b/src/components/HomeMilestones.tsx index 5bcfc04..4cb5c3e 100644 --- a/src/components/HomeMilestones.tsx +++ b/src/components/HomeMilestones.tsx @@ -1,31 +1,35 @@ const timeline = [ { - name: 'Founded company', + name: 'Core Infrastructure', description: - 'Nihil aut nam. Dignissimos a pariatur et quos omnis. Aspernatur asperiores et dolorem dolorem optio voluptate repudiandae.', - date: 'Aug 2021', - dateTime: '2021-08', + '✓ ThreeFold’s decentralized, autonomous edge computing technology came alive, serving as the backbone of the OurWorld ecosystem.', + date: 'Phase 1', + description2: + '✓ OurWorld helped secure $50M in investment from our community of investors.', }, { - name: 'Secured $65m in funding', + name: 'Zanzibar Digital Free Zone', description: - 'Provident quia ut esse. Vero vel eos repudiandae aspernatur. Cumque minima impedit sapiente a architecto nihil.', - date: 'Dec 2021', - dateTime: '2021-12', + '✓ Partnered with Government of Zanzibar through ZICTA to establish the Zanzibar Digital Free Zone with financial and other incentives for ventures.', + description2: + '✓ Developed an alpha version of integrated platforms within the Free Zone to onboard new ventures into the ecosystem.', + date: 'Phase 2', }, { - name: 'Released beta', + name: 'Launch of New Ventures', description: - 'Sunt perspiciatis incidunt. Non necessitatibus aliquid. Consequatur ut officiis earum eum quia facilis. Hic deleniti dolorem quia et.', - date: 'Feb 2022', - dateTime: '2022-02', + '◯ $30M raise underway to expand core infrastructure and invest in new ventures with a focus on interdependent projects that strengthen the ecosystem collectively.', + description2: + '◯ Designing regulatory framework to facilitate digital assets exchanges and other decentralized financial platforms.', + date: 'Current Phase', }, { - name: 'Global launch of product', + name: 'Scalable Impact', description: - 'Ut ipsa sint distinctio quod itaque nam qui. Possimus aut unde id architecto voluptatem hic aut pariatur velit.', - date: 'Dec 2022', - dateTime: '2022-12', + '◯ Deploy 1 million nodes and onboard 10 million users to empower the OurWorld ecosystem.', + description2: + '◯ Transition startups in our venture creator to community ownerships and ensure a successful exits for investors.', + date: 'Phase 4', }, ] @@ -33,23 +37,39 @@ export function HomeMilestones() { return (
-
- {timeline.map((item) => ( -
-