Update page.tsx

This commit is contained in:
MacRimi 2025-02-15 23:14:34 +01:00 committed by GitHub
parent 36b5e17cf9
commit e8f02520dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ export default function GuidesPage() {
const guides = getGuides() const guides = getGuides()
return ( return (
<div className="min-h-screen bg-gray-900 text-white">
<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>