import Link from "next/link"; import HomeElement, { AstroneerIcon, JellyseerrIcon, MinecraftIcon, StreamingIcon, } from "./components/HomeElement"; import { astroneerServer, siteConfig } from "./lib/server-config"; export default function Home() { return (
{/*
*/} {/*

{siteConfig.title}

*/} {/*
*/}
); }