const timeline = [ { name: 'Core Infrastructure', description: '✓ 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: 'Zanzibar Digital Free Zone', description: '✓ 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: 'Launch of New Ventures', description: '◯ $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: 'Scalable Impact', description: '◯ 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', }, ] export function HomeMilestones() { return (

MILESTONES

Our Development Journey

Transform the future – join a revolutionary journey towards a decentralized digital world driven by collaboration and collective intelligence.

{timeline.map((item) => { const isCurrent = item.date === 'Current Phase' return (
) }