From 94ec0bd4d271a45b696bf22c7ed2b8b01b366a5e Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 2 May 2024 13:51:57 +0200 Subject: [PATCH] Update landing page layout and content --- app/page.tsx | 1 - components/LandingPage.tsx | 56 ++++++++++++++++++++------------------ components/Navbar.tsx | 2 +- 3 files changed, 30 insertions(+), 29 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 5d7ec5a..bfd006b 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -15,7 +15,6 @@ function page() {
-
); diff --git a/components/LandingPage.tsx b/components/LandingPage.tsx index 5cc4a50..b86e1e1 100644 --- a/components/LandingPage.tsx +++ b/components/LandingPage.tsx @@ -6,33 +6,35 @@ import Link from "next/link"; export default function LandingPage() { return ( -
-
-
- proxmox -

- Proxmox VE Helper-Scripts -

-

- {" "} - Proxmox VE Scripts for{" "} - - Your Homelab -

-
- - +
+
+
+
+ proxmox +

+ Proxmox VE Helper-Scripts +

+

+ {" "} + Proxmox VE Scripts for{" "} + + Your Homelab +

+
+ + +
diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ab27003..202b228 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -27,7 +27,7 @@ function Navbar() { return ( <>