diff --git a/app/components/Services.tsx b/app/components/Services.tsx
index e7b632a..e91a40f 100644
--- a/app/components/Services.tsx
+++ b/app/components/Services.tsx
@@ -21,7 +21,6 @@ const items = [
{ name: "Jellyseerr", url: "http://jellyseerr.aetoskia.com", desc: "Summon films and series from the digital void.", external: true },
{ name: "Sonarr", url: "http://sonarr.aetoskia.com", desc: "Keep the endless chronicles of TV under iron control.", external: true },
{ name: "Radarr", url: "http://radarr.aetoskia.com", desc: "Command the legions of cinema, enforce cinematic order.", external: true },
- { name: "qBit", url: "http://qbit.aetoskia.com", desc: "Torrent war engine, fetching data across the nether realms.", external: true },
],
description:
"Behold the archive of visual legends, where the eternal campaigns of film and series march forth in eternal crusade against chaos and forgetfulness.",
@@ -108,7 +107,6 @@ export function MobileLayout({
))}
-
+
);
@@ -188,9 +187,7 @@ export default function Services() {
},
]}
>
- {icon}
-
- {title}
+ {icon} {title}
{description}
diff --git a/app/routes/home.tsx b/app/routes/home.tsx
index 67e7d1c..5a34516 100644
--- a/app/routes/home.tsx
+++ b/app/routes/home.tsx
@@ -1,12 +1,7 @@
import * as React from "react";
import Container from "@mui/material/Container";
-import Typography from "@mui/material/Typography";
import Box from "@mui/material/Box";
-import Link from "@mui/material/Link";
-import Grid from "@mui/material/Grid";
-import Paper from "@mui/material/Paper";
import Services from "~/components/Services";
-import ServiceList from "~/components/ServiceList";
export function meta() {
return [
@@ -37,11 +32,13 @@ const services = {
export default function Home() {
return (
-
+
-
+
diff --git a/public/header_sigil.png b/public/header_sigil.png
new file mode 100644
index 0000000..ce697a3
Binary files /dev/null and b/public/header_sigil.png differ