Edit admin page

Edit home image
Added properties page
This commit is contained in:
Rahaf
2026-02-15 01:53:37 +03:00
parent 61c16f6cec
commit 6d81ff56a8
19 changed files with 4200 additions and 828 deletions

View File

@ -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>