Update hero.tsx

This commit is contained in:
MacRimi 2025-02-18 23:45:38 +01:00 committed by GitHub
parent 4f5f68d54c
commit 4dd72ae488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (