Added calendar, profits and booking for owner

This commit is contained in:
Rahaf
2026-03-20 13:20:30 +03:00
parent 1c8e888ea3
commit 2ea48df8a8
6 changed files with 1968 additions and 6 deletions

View File

@ -379,13 +379,13 @@ export default function HomePage() {
<p className="text-gray-200 mb-4">
يمكنك إدارة عقاراتك من خلال لوحة التحكم الخاصة بك
</p>
{/* <Link
<Link
href="/owner/properties"
className="inline-flex items-center gap-2 bg-amber-500 text-white px-6 py-3 rounded-xl font-medium hover:bg-amber-600 transition-colors"
>
<Building className="w-5 h-5" />
إدارة عقاراتي
</Link> */}
</Link>
</motion.div>
)}
</div>