This surface reads from Supabase. Set the two environment variables below and redeploy.
NEXT_PUBLIC_SUPABASE_URL NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY
Both are in the Supabase dashboard under Project Settings, API keys. Use the publishable key, never the secret one — anything prefixed NEXT_PUBLIC_ is sent to the browser.