Update web

This commit is contained in:
MacRimi
2025-12-13 20:20:21 +01:00
parent 7fbd377ab2
commit cca6e71911
39 changed files with 169 additions and 290 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="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/logo.png"
src="/images/design-mode/logo.png"
alt="ProxMenux Logo"
fill
className="object-contain"
@@ -68,4 +68,3 @@ export default function Hero() {
</div>
)
}