From 409cb41dd6f93142c6ba0576de744dd742309cb6 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Tue, 30 Jun 2026 17:17:00 +0300 Subject: [PATCH] Edit style --- app/ClientLayout.js | 25 +++++++++++++++++++------ app/globals.css | 21 ++++++++++++++------- app/page.js | 22 +++++----------------- next.config.mjs | 5 +++++ 4 files changed, 43 insertions(+), 30 deletions(-) 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 }) { الإشعارات
- +
الإعدادات
-