Edit button nav

Edit add properties for owner
This commit is contained in:
Rahaf
2026-06-28 14:55:23 +03:00
parent 12cb804b58
commit 9dcbb940c6
4 changed files with 364 additions and 160 deletions

View File

@ -33,8 +33,8 @@ export default function BottomNav({ isOwner, isOwnerOrAgent }) {
};
return (
<nav className="fixed bottom-4 left-1/2 transform -translate-x-1/2 z-50">
<div className="bg-white/95 backdrop-blur-sm border border-gray-200 rounded-3xl shadow-lg px-2 py-2 flex items-center gap-3">
<nav className="bg-gray-50 pb-4 pt-2">
<div className="flex items-center justify-center gap-3">
{items.map((it) => {
const Icon = it.icon;
const active = isActive(it.href);