UserPreferencesForm
DomainPreferences form with theme and language selects plus email/push notification and newsletter toggles.
Preferences
<UserPreferencesForm onSubmit={handleSave} />Preferences
<UserPreferencesForm initial={{ theme: 'DARK', language: 'tr', emailNotifications: false }} onSubmit={handleSave} />