const getData = async () => { await Promise.all([getNowPlaying(), getTrending(), getUpcoming()]); setLoading(false); };