Update hero.tsx

This commit is contained in:
MacRimi 2025-02-18 23:29:19 +01:00 committed by GitHub
parent f27f4c3b7d
commit 737851c409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,24 @@
"use client" "use client"
import type { Metadata } from "next"
import { Button } from "@/components/ui/button" import { Button } from "@/components/ui/button"
import { ArrowRight } from "lucide-react" import { ArrowRight } from "lucide-react"
import Link from "next/link" 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.",
siteName: "ProxMenux",
images: [
{
url: `https://raw.githubusercontent.com/MacRimi/ProxMenux/main/web/public/main.png`,
width: 1363,
height: 735,
},
],
}
export default function Hero() { export default function Hero() {
return ( return (
<section className="py-20 px-4 sm:px-6 lg:px-8 text-center"> <section className="py-20 px-4 sm:px-6 lg:px-8 text-center">