@@ -34,7 +34,7 @@ export default function Page() {
3434 } , [ theme ] ) ;
3535
3636 return (
37- < div className = "w-full" >
37+ < div className = "w-full mt-16 " >
3838 < Particles
3939 className = "absolute inset-0 -z-40"
4040 quantity = { 100 }
@@ -106,12 +106,24 @@ export default function Page() {
106106 Make managing your Homelab a breeze
107107 </ h1 >
108108 < p className = "max-w-2xl text-center text-lg leading-relaxed tracking-tight text-muted-foreground md:text-xl" >
109- We are a community-driven initiative that simplifies the setup of Proxmox Virtual Environment (VE).</ br >
110- Originally created by < a href = "https://github.com/tteck" target = "_blank" > tteck</ a > , these scripts automate and streamline</ br >
111- the process of creating and configuring Linux containers (LXC) and virtual machines (VMs) on Proxmox VE.
112- </ br >
113- With 200+ scripts to help you manage your < b > Proxmox VE environment</ b > .</ br >
114- Whether you're a seasoned user or a newcomer, we've got you covered.
109+ We are a community-driven initiative that simplifies the setup of
110+ Proxmox Virtual Environment (VE).
111+ < br />
112+ < br />
113+ Originally created by{ " " }
114+ < a href = "https://github.com/tteck" target = "_blank" >
115+ tteck
116+ </ a >
117+ , these scripts automate and streamline
118+ < br />
119+ the process of creating and configuring Linux containers (LXC) and
120+ virtual machines (VMs) on Proxmox VE.
121+ < br />
122+ < br />
123+ With 200+ scripts to help you manage your{ " " }
124+ < b > Proxmox VE environment</ b > .< br />
125+ Whether you're a seasoned user or a newcomer, we've got
126+ you covered.
115127 </ p >
116128 </ div >
117129 < div className = "flex flex-row gap-3" >
0 commit comments