From f27f4c3b7ddddeae273d3d02992706851a58eb84 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:22:28 +0100 Subject: [PATCH] Update page.tsx --- web/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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 (