"use client"; import WorldMap from "@/components/ui/world-map"; import { motion } from "motion/react"; import { H2, P } from "@/components/Texts"; export function HomeMapSection() { return (

Mycelium Network is{" "} {"Live.".split("").map((word, idx) => ( {word} ))}

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

); }