From 253e1b7542e83c531066a8a5b5951b82e2caae55 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Sun, 28 Jun 2026 16:57:02 +0300 Subject: [PATCH] Edit style navbar, bottom nav --- app/ClientLayout.js | 66 ++++++++++++++++++------------------- app/components/BottomNav.js | 4 +-- app/components/NavLinks.js | 14 ++++---- app/page.js | 2 +- 4 files changed, 43 insertions(+), 43 deletions(-) diff --git a/app/ClientLayout.js b/app/ClientLayout.js index 92cd4b4..2350b7c 100644 --- a/app/ClientLayout.js +++ b/app/ClientLayout.js @@ -137,6 +137,7 @@ export default function ClientLayout({ children }) { ].includes(pathname); const isProfilePage = pathname === "/profile"; + const isHomePage = pathname === "/"; const isOwner = user?.role === UserRole.OWNER; const isAgent = user?.role === UserRole.AGENT; @@ -165,7 +166,7 @@ export default function ClientLayout({ children }) { return (
{!isAuthPage && !isAuthenticated && ( -