// Sort by priority (ascending), then by last name (alphabetically)
const priorityA = a.priority ?? Infinity; // Speakers without priority go to the bottom
// If priority is the same or undefined, sort by last name
// Top panel speaker cards
// Speaker cards in a row
// Bottom panel full bios