import { useId } from 'react' import { Container } from '@/components/Container' import { Button } from '@/components/Button' import phoneFrame from '../../images/phoneframe.png' import { H3, P , Eyebrow } from "@/components/Texts"; function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) { let id = useId() return (
) } export function Hero() { return (
MYCELIUM NETWORK

The Network Stack for Private, Autonomous Networking

Connect once. Get private networking, censorship-resistant publishing, and on-network AI in one encrypted fabric.

Your Pod is your personal gateway to the network.

Mycelium application demo
) }