import { H1, H4, H3, H5, Eyebrow } from "@/components/Texts" import { Button } from "@/components/Button" import { H3Icon } from "@heroicons/react/20/solid" export function HomeAurora({ onGetStartedClick }: { onGetStartedClick: () => void }) { return (
{/* Boxed container */}
{/* Inner padding */}
Project MYCELIUM

Private, Distributed Infrastructure Built for Digital Sovereignty

Run your apps, data, and intelligence on infrastructure that belongs to you
) }