From 4dd72ae4882d27c45dfa20a466d39957aae4fbc0 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:45:38 +0100 Subject: [PATCH] Update hero.tsx --- web/components/hero.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index e5c87ad..03dd55f 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -1,15 +1,9 @@ "use client" -import type { Metadata } from "next" import { Button } from "@/components/ui/button" import { ArrowRight } from "lucide-react" import Link from "next/link" -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 Hero() { return (