Currently, food truck data are hardcoded in the frontend as a const object. We'd like to set up a table on Supabase to store those instead, and have the frontend pull from it. This should make it easier for us to add/update new food trucks via Supabase, rather than messing around with hardcoded JS objects.