Deployed featured goals on home

This seemingly simple but super tricky feature ended up needing multiple Math.random() gymnastics, and still I couldn't get it perfectly right! In the end, pushed a non-optimized version out, and the data fetching going up to a few seconds occasionally (because the payload included data I didn't need). Must optimize the data fetching tomorrow.

this.goals.sort(() => Math.random() - Math.random()).slice(0, 3)