This commit is contained in:
MacRimi
2025-02-18 23:53:14 +01:00
parent 4dd72ae488
commit 6799d0a95e
2 changed files with 18 additions and 14 deletions

View File

@@ -1,14 +1,8 @@
import type { Metadata } from "next"
import Hero from "@/components/hero"
import Resources from "@/components/resources"
import SupportProject from "@/components/support-project"
import Footer from "@/components/footer"
export const metadata: Metadata = {
title: "ProxMenux",
description:
"A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.",
}
export default function Home() {
return (