feat: add admin panel, Openinary media integration and standardized footer backlink
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user