import { motion } from 'framer-motion' import { Globe } from '../../components/ui/Globe2' import { CountUpNumber } from '../../components/CountUpNumber' import { Container } from '../../components/Container' export function WorldMapSection() { return (

Mycelium Network is Live.

{/* Globe */}
{/* Stats Cards */}

CORES

Total Central Processing Unit Cores available on the grid.

NODES

Total number of nodes on the grid.

SSD CAPACITY

Total GB amount of storage (SSD, HDD, & RAM) on the grid.

COUNTRIES

Total number of countries with active nodes.

) }