diff --git a/frontend/src/components/aura/Navbar.tsx b/frontend/src/components/aura/Navbar.tsx index 90e79db..59da1de 100644 --- a/frontend/src/components/aura/Navbar.tsx +++ b/frontend/src/components/aura/Navbar.tsx @@ -7,9 +7,8 @@ import { Command, Bell, LogOut, + Search, Settings, - Shield, - Terminal } from 'lucide-react'; import { usePermissions } from '../../hooks/usePermissions'; import { getFilteredNavSections, type NavSection } from '../../lib/navigation'; @@ -49,17 +48,19 @@ export function Navbar({ onOpenMobileMenu }: NavbarProps) {
+
- Operational Node + Operations Terminal
Authenticated As
+Authenticated
- {user?.name || 'Authorized Operator'} + {user?.name || 'Administrator'}
{user?.email}
@@ -167,7 +168,7 @@ function UserDropdown() {
className="flex items-center gap-3 px-3 py-2.5 text-xs font-bold uppercase tracking-widest text-slate-600 hover:text-indigo-600 hover:bg-indigo-50 dark:text-slate-400 dark:hover:text-indigo-400 dark:hover:bg-indigo-500/10 rounded-xl transition-all"
>
{section.label} Protocol
+{section.label}
{section.items.map(item => ( = { - '/': { label: 'Command Center' }, + '/': { label: 'Dashboard' }, '/dashboard': { label: 'Operational Overview', parent: '/' }, '/walkthrough': { label: 'Daily Walkthrough', parent: '/' }, '/tasks': { label: 'Tasks', parent: '/' }, @@ -120,13 +120,13 @@ export function getPageTitle(pathname: string): string { for (const route of DYNAMIC_ROUTES) { const match = pathname.match(route.pattern); if (match) { - return `${route.getLabel(match)} | Ersen OS`; + return `${route.getLabel(match)} | 777 Wolfpack`; } } const config = ROUTE_CONFIG[pathname]; if (config) { - return `${config.label} | Ersen OS`; + return `${config.label} | 777 Wolfpack`; } - return 'Ersen OS - Operational Management'; + return '777 Wolfpack - Grow Ops Manager'; } diff --git a/frontend/src/components/ui/LinearPrimitives.tsx b/frontend/src/components/ui/LinearPrimitives.tsx index 3b91c6b..0b6ca38 100644 --- a/frontend/src/components/ui/LinearPrimitives.tsx +++ b/frontend/src/components/ui/LinearPrimitives.tsx @@ -4,7 +4,7 @@ import { motion } from 'framer-motion'; import { cn } from '../../lib/utils'; /** - * Ersen UI Primitives + * 777 Wolfpack UI Primitives * High-performance, high-density components for operational management. */ diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 4a03577..4d05498 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -16,7 +16,7 @@ export default function LoginPage() { const navigate = useNavigate(); useEffect(() => { - document.title = 'Ersen OS | Authentication'; + document.title = '777 Wolfpack | Authentication'; }, []); const handleSubmit = async (e: React.FormEvent) => { @@ -47,15 +47,20 @@ export default function LoginPage() { transition={{ duration: 1, ease: "easeOut" }} className="relative z-10 flex flex-col items-center text-center p-12 space-y-8" > -
+
- Operational Infrastructure + Operations Infrastructure
Security Verified Nodes Active
- +Operations Center
+
+
- This system is for the exclusive use of authorized Ersen personnel. All activity is logged and monitored for compliance integrity. + This system is for the exclusive use of authorized personnel. All activity is logged and monitored for compliance integrity.