From 9dcbb940c691b4d54a54a9cd2d4525f80fe930bd Mon Sep 17 00:00:00 2001 From: Rahaf Date: Sun, 28 Jun 2026 14:55:23 +0300 Subject: [PATCH] Edit button nav Edit add properties for owner --- app/ClientLayout.js | 17 +- app/components/BottomNav.js | 4 +- app/components/property/AddPropertyMap.js | 85 +++++ app/owner/properties/add/page.js | 418 ++++++++++++++-------- 4 files changed, 364 insertions(+), 160 deletions(-) create mode 100644 app/components/property/AddPropertyMap.js diff --git a/app/ClientLayout.js b/app/ClientLayout.js index 164ba89..78d5c75 100644 --- a/app/ClientLayout.js +++ b/app/ClientLayout.js @@ -159,7 +159,7 @@ export default function ClientLayout({ children }) { } return ( - <> +
{!isAuthPage && !isAuthenticated && (