About Us

The first thing to know is that sometimes we ship WIP to production.

Todo

  • Add a team photo
  • Add some team member bios
  • Add a link to our social profiles
  • Tell our story and why tf we're doing this
  • Add a map to our office we're fully remote
team.js
story.js

_10
const { data: team } = await fetch("/cms/team");
_10
const bios = team?.map((member) => member.bio);