Add volume slider to the SoundButton component: - Add "volume" to the component state, with values ranging from 0 to 1. - Save sound volume in local storage. Local storage key: buttonsVolume, value example: { soundName1: 0.8, soundName2: 0.6 } <img width="153" height="151" alt="Image" src="https://github.com/user-attachments/assets/94eaea66-ac00-487c-9682-f7bcaa30fdfe" />
Add volume slider to the SoundButton component: