addresses three critical pain points simultaneously:
<div class="flex items-center gap-4"> <button class="relative p-2 rounded-lg hover:bg-white/5 transition-colors"> <span class="iconify text-xl text-neutral-400" data-icon="ph:bell"></span> <span class="absolute top-1 right-1 w-2 h-2 bg-brand-accent rounded-full"></span> </button> <div class="flex items-center gap-3"> <img src="https://picsum.photos/seed/user123/100/100" alt="User" class="w-8 h-8 rounded-full object-cover ring-2 ring-white/10"> <div class="hidden lg:block"> <p class="text-sm font-medium">Alex Dev</p> <p class="text-xs text-neutral-500">Pro Member</p> </div> </div> </div> </div> </nav> hackwize new