import { useId } from 'react' import { Container } from '../../components/Container' import { Button } from '../../components/Button' import phoneFrame from '../../images/phoneframe.png' function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { let id = useId() return (
) } export function Hero() { return (

Mycelium Network

Unleashing the Power of Decentralized Networks

Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.

Mycelium application demo
) }