-
-
- {session ? (
- /* ============ AUTHENTICATED HEADER ============ */
- <>
- {/* Navigation - Desktop */}
-
- {/* Notification Bell */}
-
-
- {/* Red notification dot */}
-
-
-
- {/* Profile Section */}
-
- {/* Profile Avatar */}
-
- {session.user?.image ? (
-
- ) : (
-
- )}
-
- {/* Greeting Text */}
-
-
- Hi {firstName} !
-
-
- Welcome back !
-
-
-
-
- {/* Mobile Menu Button */}
-
-
- >
- ) : (
- /* ============ NON-AUTHENTICATED HEADER ============ */
- /* Simple: Just logo + Get Started button */
-