"use client"; import { Button } from "@/components/Button"; import { Spotlight } from "@/components/ui/spotlight"; import { cn } from "@/lib/utils"; import { H1, H4, H5 } from "@/components/Texts"; export function HomeSpotlight({ onGetStartedClick, }: { onGetStartedClick: () => void; }) { return (
{/* Boxed container */}
{/* ✅ Grid background */}
{/* ✅ Cyan Spotlight */} {/* ✅ Foreground content */}

MYCELIUM

The Living Network of the Next Internet

A new internet is emerging, a 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.
); }