+ {session ? (
+ /* ============ AUTHENTICATED HEADER ============ */
+ <>
+ {/* Navigation - Desktop */}
+
- {session ? (
- <>
+ {/* Right Side - Authenticated */}
+
{/* Notification Bell */}
-
- {/* Profile */}
-
-
+
+
+ {/* Red notification dot */}
+
- >
- ) : (
-
-
-
-
-
-
-
-
- )}
- {/* Mobile Menu Button */}
-
-
+ {/* 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 */
+