Edit admin page
Edit home image Added properties page
This commit is contained in:
@ -104,7 +104,7 @@ export default function RootLayout({ children }) {
|
||||
<NavLink href="/">
|
||||
{t("home")}
|
||||
</NavLink>
|
||||
<NavLink href="/products">
|
||||
<NavLink href="/properties">
|
||||
{t("ourProducts")}
|
||||
</NavLink>
|
||||
<NavLink href="/admin">
|
||||
@ -182,7 +182,7 @@ export default function RootLayout({ children }) {
|
||||
<MobileNavLink href="/" onClick={closeMobileMenu}>
|
||||
{t("home")}
|
||||
</MobileNavLink>
|
||||
<MobileNavLink href="/products" onClick={closeMobileMenu}>
|
||||
<MobileNavLink href="/properties" onClick={closeMobileMenu}>
|
||||
{t("ourProducts")}
|
||||
</MobileNavLink>
|
||||
<MobileNavLink href="/admin" onClick={closeMobileMenu}>
|
||||
@ -229,7 +229,7 @@ export default function RootLayout({ children }) {
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/products" className="text-gray-400 hover:text-white transition-colors block py-1">
|
||||
<Link href="/properties" className="text-gray-400 hover:text-white transition-colors block py-1">
|
||||
{t("ourProducts")}
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user