feat(wip homepage with new design)

This commit is contained in:
2026-03-28 17:35:28 +01:00
parent 72721adaff
commit 8766552707
37 changed files with 684 additions and 204 deletions

View File

@@ -1,5 +1,4 @@
import React, { useState, useEffect } from "react";
export default function MaintenancePage() {
const [dark, setDark] = useState(false);