export type StreamInfo = { live: boolean; title?: string; game?: string; viewers?: number; duration?: string; }; export default function LiveBanner({ stream }: { stream: StreamInfo }) { return (