diff --git a/web/app/page.tsx b/web/app/page.tsx index 1c16091..26d317a 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -1,8 +1,15 @@ +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 (