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

@ -228,14 +228,14 @@ export default function ClientLayout({ children }) {
)}
</div>
<motion.button
{/* <motion.button
whileHover={{ scale: 1.1, rotate: 360 }}
whileTap={{ scale: 0.9 }}
onClick={() => changeLanguage(currentLanguage === 'en' ? 'ar' : 'en')}
className="flex items-center justify-center w-10 h-10 bg-gray-100 hover:bg-gray-200 rounded-full transition-all duration-200 ml-4"
>
<Globe className="w-5 h-5 text-gray-700" />
</motion.button>
</motion.button> */}
{user && (
<div className="relative" ref={menuRef}>