From df5801ee25519b55f0004f21d4896a58435c4d42 Mon Sep 17 00:00:00 2001 From: Rahaf Date: Sun, 28 Jun 2026 15:16:32 +0300 Subject: [PATCH] Edit properties for owner --- app/owner/properties/add/page.js | 81 ++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/app/owner/properties/add/page.js b/app/owner/properties/add/page.js index 690c827..e6e88e9 100644 --- a/app/owner/properties/add/page.js +++ b/app/owner/properties/add/page.js @@ -1020,6 +1020,87 @@ const handleMarkerDragEnd = async (lat, lng) => { +
+

+ + القرب من الخدمات +

+
+
+ + setFormData({...formData, nearbySchool: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 0.5" + /> +
+
+ + setFormData({...formData, nearbyHospital: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 1.0" + /> +
+
+ + setFormData({...formData, nearbyRestaurant: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 0.3" + /> +
+
+ + setFormData({...formData, nearbyUniversity: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 2.0" + /> +
+
+ + setFormData({...formData, nearbyPark: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 0.5" + /> +
+
+ + setFormData({...formData, nearbyMall: e.target.value})} + className="w-full px-4 py-3 border border-gray-300 rounded-xl focus:outline-none focus:ring-2 focus:ring-amber-500" + placeholder="مثال: 1.5" + /> +
+
+
+ {purpose === 'rent' && (

شروط استخدام العقار