diff --git a/src/lib/navigation.ts b/src/lib/navigation.ts index e6081dc..318f6d9 100644 --- a/src/lib/navigation.ts +++ b/src/lib/navigation.ts @@ -124,7 +124,7 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Education & Development', `${B}/education`), ready('Personal KPI', `${B}/personal-kpi`), ready('Life Analytics', `${B}/life-analytics`), - planned('Family OS', `${B}/family`, 'a3', 'Rol Family Member + politici pentru minori + consimtamant per membru.'), + ready('Family OS', `${B}/family`), ], }, { @@ -374,6 +374,10 @@ export const NAV_SECTIONS: NavSection[] = [ ready('Platform Administration', `${B}/settings/platform`), ], }, + ready('Quick Capture', `${B}/quick-capture`), + ready('Weekly Review', `${B}/weekly-review`), + ready('Strategy Map', `${B}/strategy-map`), + ready('Meeting Prep', `${B}/meeting-prep`), ]; const ITEMS_BY_ROUTE = new Map();