"use client"; import { Button } from "@/components/Button"; import { Spotlight } from "@/components/ui/spotlight"; import { H4, H5 } from "@/components/Texts"; import { HomeHeadline } from "@/components/HomeHeadline"; export function HomeBlink({ onGetStartedClick }: { onGetStartedClick: () => void }) { return (
{/* ✅ Cyan Radial Glow */} {/* ✅ Cyan Spotlight */}

The Living Network of the Next Internet

A new internet is emerging — private, distributed, and self-sovereign. Mycelium is the living network that makes it possible. A peer-to-peer foundation where people, data, and intelligence connect directly — without intermediaries, without compromise.
); }