'use client' import { Globe } from "@/components/ui/globe" import { motion } from "framer-motion" import { H2, P, CT, CP } from "./Texts" 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

54,958

Total Central Processing Unit Cores available on the grid.
NODES

54,958

Total number of nodes on the grid.
SSD CAPACITY

54,958

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

51

Total number of countries with active nodes.
{/* Radial fade overlay */}
) }