From 4f5f68d54c6e23dc200ea8afc184d8bd7cbe59f8 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:31:01 +0100 Subject: [PATCH] Update hero.tsx --- web/components/hero.tsx | 8 -------- 1 file changed, 8 deletions(-) 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() {