Fix frontend bug (#252)

This commit is contained in:
Håvard Gjøby Thom 2024-11-14 19:08:41 +01:00 committed by GitHub
parent 7c780d70d4
commit e622081c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ export default function Page() {
}, [theme]);
return (
<div className="w-full">
<div className="w-full mt-16">
<Particles
className="absolute inset-0 -z-40"
quantity={100}
@ -106,12 +106,24 @@ export default function Page() {
Make managing your Homelab a breeze
</h1>
<p className="max-w-2xl text-center text-lg leading-relaxed tracking-tight text-muted-foreground md:text-xl">
We are a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE).</br>
Originally created by <a href="https://github.com/tteck" target="_blank">tteck</a>, these scripts automate and streamline</br>
the process of creating and configuring Linux containers (LXC) and virtual machines (VMs) on Proxmox VE.
</br>
With 200+ scripts to help you manage your <b>Proxmox VE environment</b>.</br>
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).
<br />
<br />
Originally created by{" "}
<a href="https://github.com/tteck" target="_blank">
tteck
</a>
, these scripts automate and streamline
<br />
the process of creating and configuring Linux containers (LXC) and
virtual machines (VMs) on Proxmox VE.
<br />
<br />
With 200+ scripts to help you manage your{" "}
<b>Proxmox VE environment</b>.<br />
Whether you&#39;re a seasoned user or a newcomer, we&#39;ve got
you covered.
</p>
</div>
<div className="flex flex-row gap-3">