Update web

This commit is contained in:
MacRimi
2025-12-13 21:19:08 +01:00
parent cca6e71911
commit 9e3334d75f
39 changed files with 292 additions and 171 deletions

View File

@@ -36,7 +36,7 @@ export default function Hero() {
<div className="flex items-center">
<div className="w-40 h-40 lg:w-48 lg:h-48 xl:w-56 xl:h-56 relative">
<Image
src="/images/design-mode/logo.png"
src="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png"
alt="ProxMenux Logo"
fill
className="object-contain"
@@ -68,3 +68,4 @@ export default function Hero() {
</div>
)
}