import { Globe } from "@/components/ui/globe"
import { motion } from "framer-motion"
import { H2, H4, CP, CT } from "@/components/Texts"
export function WorldMap() {
return (
{/* Background video */}
{/* Dark overlay */}
{/* Top Left Intro Text */}
Mycelium Network is Live.
Mycelium Cloud's advancement technology enables anyone to deploy
their own Internet infrastructure, anywhere.
{/* Globe Centered */}
{/* Right Side Stats 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 */}
)
}