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) {
-
- -
-
+ 777 Wolfpack +

- ERSEN OS + 777 Wolfpack

- Operational Node + Operations Terminal

@@ -83,8 +84,8 @@ export function Navbar({ onOpenMobileMenu }: NavbarProps) { onClick={() => dispatchEvent(new KeyboardEvent('keydown', { key: 'k', metaKey: true }))} className="hidden md:flex items-center gap-3 px-4 py-2 text-xs font-bold text-slate-500 bg-slate-100/50 hover:bg-white dark:bg-slate-900/50 dark:hover:bg-slate-800 transition-all rounded-full border border-slate-200/50 dark:border-slate-800 group" > - - Execute... + + Search... ⌘K @@ -152,9 +153,9 @@ function UserDropdown() { className="absolute top-full right-0 mt-3 w-64 p-3 bg-white/95 dark:bg-slate-900/95 backdrop-blur-2xl border border-slate-200 dark:border-slate-800 rounded-2xl shadow-2xl z-50 ring-1 ring-black/5" >
-

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" > - Terminal Config + Settings )} @@ -224,7 +225,7 @@ function NavDropdown({ section, currentPath }: { section: NavSection, currentPat className="absolute top-full left-0 mt-2 w-72 p-3 bg-white/95 dark:bg-slate-900/95 backdrop-blur-2xl border border-slate-200 dark:border-slate-800 rounded-2xl shadow-2xl z-50" >

-

{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" > -
- +
+ 777 Wolfpack +

- ERSEN OS + 777 WOLFPACK

- Operational Infrastructure + Operations Infrastructure

@@ -65,16 +70,16 @@ export default function LoginPage() {
))}
-

Security Verified Nodes Active

-
+

Operations Center

+
{/* Decorative elements */}
- Distributed ledger validated
- Secure tunnel engaged
- v4.2.0-stable + 777 Wolfpack Operations
+ Grow Ops Manager
+ v1.0.0
@@ -87,14 +92,19 @@ export default function LoginPage() { className="w-full max-w-sm space-y-12" >
- - + + 777 Wolfpack +
- Authenticate + Sign In - Access your mission-critical operations portal. + Access your operations portal.
@@ -115,13 +125,13 @@ export default function LoginPage() {
- +
setEmail(e.target.value)} disabled={isLoading} @@ -131,7 +141,7 @@ export default function LoginPage() {
- +
) : (
- Initiate Protocol + Continue
)} @@ -171,7 +181,7 @@ export default function LoginPage() {

- 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.