inital checkin before beta launch

This commit is contained in:
2025-10-15 15:09:37 -05:00
parent 86b1eaf6f7
commit a3675c2585
88 changed files with 8224 additions and 2367 deletions

View File

@@ -23,6 +23,13 @@ const attorneyNavItems: NavItem[] = [
active: true,
collapsible: false,
},
{
title: 'Search',
path: '/property-search',
icon: 'ph:magnifying-glass',
active: true,
collapsible: false,
},
{
title: 'Conversations',
path: '/conversations',
@@ -37,6 +44,13 @@ const attorneyNavItems: NavItem[] = [
active: true,
collapsible: false,
},
{
title: 'Support',
path: '/support',
icon: 'ph:question',
active: true,
collapsible: false,
},
];
export default attorneyNavItems;