export function YouTubeEmbed({ id, start, autoplay = false, }: { id: string; start?: number; autoplay?: boolean; }) { return (