mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update
This commit is contained in:
parent
f6fc840b43
commit
ce7d4e8aaa
@ -5,18 +5,18 @@ export default function IntroductionPage() {
|
|||||||
return (
|
return (
|
||||||
<div className="w-full max-w-4xl mx-auto px-4 py-8 text-gray-900">
|
<div className="w-full max-w-4xl mx-auto px-4 py-8 text-gray-900">
|
||||||
{/* Logo + Title Section */}
|
{/* Logo + Title Section */}
|
||||||
<div className="flex flex-col sm:flex-row items-center mb-6">
|
<div className="flex items-center mb-6">
|
||||||
<Image
|
<Image
|
||||||
src="https://macrimi.github.io/ProxMenux/logo.png"
|
src="https://macrimi.github.io/ProxMenux/logo.png"
|
||||||
alt="ProxMenux Logo"
|
alt="ProxMenux Logo"
|
||||||
width={100}
|
width={80}
|
||||||
height={100}
|
height={80}
|
||||||
className="mb-4 sm:mb-0 sm:mr-4"
|
className="mr-4"
|
||||||
/>
|
/>
|
||||||
<h1 className="text-3xl font-bold text-center sm:text-left">
|
<p className="text-lg text-gray-800">
|
||||||
ProxMenux is a management tool for Proxmox VE, designed to be accessible to all users,
|
ProxMenux is a management tool for Proxmox VE, designed to be accessible to all users,
|
||||||
regardless of their experience or technical knowledge.
|
regardless of their experience or technical knowledge.
|
||||||
</h1>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user