From 2ba35bbee553c66f1a1ac6bee7eec3866aeae7d3 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:36:51 +0100 Subject: [PATCH] Refactor various components and configuration for mobile responsiveness. (#1679) --- frontend/src/app/page.tsx | 207 ++++++++++++++--------------- frontend/src/components/Footer.tsx | 2 +- frontend/src/components/Navbar.tsx | 110 ++++++++------- frontend/src/config/siteConfig.tsx | 68 +++++----- 4 files changed, 191 insertions(+), 196 deletions(-) diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index c6fad745..69f8fb10 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -34,113 +34,104 @@ export default function Page() { }, [theme]); return ( -
- We are a community-driven initiative that simplifies the setup of
- Proxmox Virtual Environment (VE).
-
-
- Originally created by{" "}
-
- tteck
-
- , these scripts automate and streamline
-
- the process of creating and configuring Linux containers (LXC) and
- virtual machines (VMs) on Proxmox VE.
-
-
- With 200+ scripts to help you manage your{" "}
- Proxmox VE environment.
- Whether you're a seasoned user or a newcomer, we've got
- you covered.
-
+ We are a community-driven initiative that simplifies the setup + of Proxmox Virtual Environment (VE). +
++ With 200+ scripts to help you manage your{" "} + Proxmox VE environment. Whether you're a seasoned + user or a newcomer, we've got you covered. +
+