diff --git a/web/components/hero.tsx b/web/components/hero.tsx index f7c4f9f..e5c87ad 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -9,14 +9,6 @@ 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.", - siteName: "ProxMenux", - images: [ - { - url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`, - width: 1363, - height: 735, - }, - ], } export default function Hero() {