feat: favicon and astroneer

This commit is contained in:
2026-07-08 18:39:10 +02:00
parent 82abc317f1
commit b351354436
16 changed files with 440 additions and 27 deletions
+12 -1
View File
@@ -1,9 +1,10 @@
import Link from "next/link";
import HomeElement, {
AstroneerIcon,
JellyfinIcon,
MinecraftIcon,
} from "./components/HomeElement";
import { siteConfig } from "./lib/server-config";
import { astroneerServer, siteConfig } from "./lib/server-config";
export default function Home() {
return (
@@ -42,6 +43,16 @@ export default function Home() {
>
<MinecraftIcon />
</HomeElement>
<HomeElement
title={astroneerServer.name}
description="Infos et adresse du serveur dédié."
href={siteConfig.astroneerPath}
actionLabel="Voir le serveur"
variant="astroneer"
>
<AstroneerIcon />
</HomeElement>
</div>
<div className="home-footer-hint" aria-hidden="true">