'use client'
import { Globe } from "@/components/ui/Globe"
import { motion } from "framer-motion"
import { H2, P, CT, CP, SectionHeader, Eyebrow } from "@/components/Texts"
import { CountUpNumber } from '@/components/CountUpNumber'
export function WorldMap() {
return (
{/* Background video */}
{/* Dark overlay */}
{/* Content */}
{/* Title + Subtitle */}
Network
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 */}
)
}