mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 08:22:22 +00:00
Update hero.tsx
This commit is contained in:
parent
f27f4c3b7d
commit
737851c409
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user