'use client' import { Globe } from "@/components/ui/globe" import { motion } from "framer-motion" import { H2, P, CT, CP } from "@/components/Texts" import { CountUpNumber } from './CountUpNumber' export function WorldMap() { return (
{/* Background video */} {/* Dark overlay */}
{/* Content */}
{/* Title + Subtitle */}

Mycelium Network is Live.

Mycelium Cloud's advancement technology enables anyone to deploy their own Internet infrastructure, anywhere.

{/* Bottom Layout: Globe + Cards */}
{/* Globe Left Column */}
{/* Cards Right Column */}
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.
{/* Radial fade overlay */}
) }