feat: add admin panel, Openinary media integration and standardized footer backlink

This commit is contained in:
mstfyldz
2026-08-23 01:40:48 +03:00
parent 17915cd3d5
commit b312bc5593
29 changed files with 1405 additions and 41 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default function Navbar({ lang, dict }: { lang: Locale; dict: any }) {
<div className="flex justify-between items-center">
{/* Logo */}
<Link href={`/${lang}`} className="flex-shrink-0">
<Image src="/logo.png" alt="Moy Group Logo" width={160} height={40} className="h-10 w-auto" priority />
<Image src="https://media.ayris.tech/upload/moygrup/logo.png" alt="Moy Group Logo" width={160} height={40} className="h-10 w-auto" priority />
</Link>
{/* Desktop Nav */}