"use client"; import { GlobeAltIcon } from "@heroicons/react/24/outline"; export function HomeUniverse() { return (

{/* left text */} Explore the Mycelium {/* optional end pill */} Universe

); }