diff --git a/vibn-frontend/app/[workspace]/agency/page.tsx b/vibn-frontend/app/[workspace]/agency/page.tsx index 1ad7527..1f19231 100644 --- a/vibn-frontend/app/[workspace]/agency/page.tsx +++ b/vibn-frontend/app/[workspace]/agency/page.tsx @@ -36,6 +36,20 @@ const Icons = { ), + MessageCircle: () => ( + + + + ), Kanban: () => ( ), + FileText: () => ( + + + + + + + + ), Users: () => ( ), + Folder: () => ( + + + + ), Box: () => ( ), + Server: () => ( + + + + + + + ), Repeat: () => ( ), + TrendingDown: () => ( + + + + + ), Key: () => ( ), - CheckSquare: () => ( - - - - - ), Settings: () => ( - + + + ), + ChevronDown: () => ( + + + + ), + ChevronRight: () => ( + + ), }; @@ -169,11 +260,13 @@ function NavItem({ label, active, badge, + inset = false, }: { - icon: React.ElementType; + icon?: React.ElementType; label: string; active?: boolean; badge?: string; + inset?: boolean; }) { return ( + + {clientOpen === "apex" && ( +
+ + + + +
+ )} + + + {/* Nested Client Hub: Barton Creek */} +
+ + + {clientOpen === "barton" && ( +
+ + + + +
+ )} +
+ + Finance & Ops + + +