Update page.tsx

This commit is contained in:
MacRimi 2025-02-16 15:19:37 +01:00 committed by GitHub
parent dfa2678037
commit edea736e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,10 +76,10 @@ export default function GuidesPage() {
> >
<div className="flex items-center gap-3 mb-2"> <div className="flex items-center gap-3 mb-2">
<Book className="h-6 w-6 text-white" /> <Book className="h-6 w-6 text-white" />
<h2 className="text-2xl font-semibold text-white">Community Helper-Scripts</h2> <h2 className="text-2xl font-semibold text-white">Guides Helper-Scripts</h2>
</div> </div>
<p className="text-gray-200"> <p className="text-gray-200">
User-submitted guides and scripts for Proxmox VE from the community. User-submitted guides for Proxmox VE from the community Helper-Scripts.
</p> </p>
</a> </a>
<a <a
@ -107,7 +107,7 @@ export default function GuidesPage() {
<h2 className="text-2xl font-semibold text-white">Proxmox VE Helper-Scripts</h2> <h2 className="text-2xl font-semibold text-white">Proxmox VE Helper-Scripts</h2>
</div> </div>
<p className="text-gray-200"> <p className="text-gray-200">
Proxmox VE Helper-Scripts is a collection of tools to simplify the setup and management of Proxmox Virtual Environment (VE). Originally created by tteck, these scripts are now continued by the community. Proxmox VE Helper-Scripts is a community-maintained toolset for simplifying Proxmox VE setup and management, originally created by tteck.
</p> </p>
</a> </a>
</div> </div>