1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 18:31:51 +00:00

Update page.tsx

This commit is contained in:
CanbiZ 2025-01-16 15:09:13 +01:00 committed by GitHub
parent 3fca76dbbc
commit f8c10ca80b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,22 +40,31 @@ export default function Page() {
color={color} color={color}
refresh refresh
/> />
{/* Header */}
<header className="sticky top-0 z-50 bg-background/80 backdrop-blur-lg"> <header className="sticky top-0 z-50 bg-background/80 backdrop-blur-lg">
<div className="container mx-auto flex flex-col items-center gap-4 px-4 py-4 sm:flex-row sm:justify-between"> <div className="container mx-auto flex flex-col items-center gap-4 px-4 py-4 sm:flex-row sm:justify-between">
{/* Logo */}
<Link href="/" className="flex items-center gap-2 font-bold text-lg"> <Link href="/" className="flex items-center gap-2 font-bold text-lg">
Proxmox VE Helper-Scripts Proxmox VE Helper-Scripts
</Link> </Link>
{/* Suchleiste */}
<input <input
type="text" type="text"
placeholder="Search scripts..." placeholder="Search scripts..."
className="w-full sm:w-1/3 px-4 py-2 rounded-md bg-gray-800 text-gray-300 border border-gray-700" className="w-full sm:w-1/3 px-4 py-2 rounded-md bg-gray-800 text-gray-300 border border-gray-700"
/> />
{/* Icons */}
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">
<FaGithub className="w-5 h-5 text-gray-300" /> <FaGithub className="w-5 h-5 text-gray-300" />
<FaDiscord className="w-5 h-5 text-gray-300" /> <FaDiscord className="w-5 h-5 text-gray-300" />
</div> </div>
</div> </div>
</header> </header>
{/* "Scripts by Tteck"-Button */}
<div className="fixed top-16 right-4 sm:top-4 z-40"> <div className="fixed top-16 right-4 sm:top-4 z-40">
<Dialog> <Dialog>
<DialogTrigger> <DialogTrigger>
@ -75,6 +84,8 @@ export default function Page() {
</DialogContent> </DialogContent>
</Dialog> </Dialog>
</div> </div>
{/* Hauptinhalt */}
<main className="container mx-auto mt-32 px-4"> <main className="container mx-auto mt-32 px-4">
<h1 className="text-5xl sm:text-7xl font-bold text-center"> <h1 className="text-5xl sm:text-7xl font-bold text-center">
Make managing your Homelab a breeze Make managing your Homelab a breeze