Added calendar, profits and booking for owner
This commit is contained in:
@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user