diff --git a/app/ClientLayout.js b/app/ClientLayout.js index 9e84d46..d33bf30 100644 --- a/app/ClientLayout.js +++ b/app/ClientLayout.js @@ -724,24 +724,37 @@ export default function ClientLayout({ children }) { )} + {isHomePage && ( +
+ +
+
+ )} +
{!isAuthPage && ( -
+
{!isAuthenticated ? 'زائر' : isOwner ? 'مالك' : 'عميل'}
- +
المفضلة
- + {isMounted && unreadCount > 0 && (
@@ -752,13 +765,13 @@ export default function ClientLayout({ children }) { الإشعارات
- +
الإعدادات
-