mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-29 04:36:54 +00:00
Update page.tsx
This commit is contained in:
parent
7b2e3c6f52
commit
a6dfb28369
@ -47,7 +47,7 @@ export default function GuidesPage() {
|
|||||||
const guides = getGuides()
|
const guides = getGuides()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white pt-16 flex flex-col">
|
<div className="min-h-screen bg-gray-900">
|
||||||
<div className="container mx-auto px-4 py-16">
|
<div className="container mx-auto px-4 py-16">
|
||||||
<h1 className="text-4xl font-bold mb-8">ProxMenux Guides</h1>
|
<h1 className="text-4xl font-bold mb-8">ProxMenux Guides</h1>
|
||||||
<p className="text-xl mb-8">Complementary guides to make the most of your Proxmox VE.</p>
|
<p className="text-xl mb-8">Complementary guides to make the most of your Proxmox VE.</p>
|
||||||
@ -64,7 +64,6 @@ export default function GuidesPage() {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user