I ran the site files locally and it ran perfectly other than the fact that the paths to the image files for the carousel were absolute paths to the music folder on your pc, so I downloaded some album covers, put them into a new folder in the project directory, and swapped out the paths in the code to the relative ones. I also disabled horizontal scroll via adding a tailwind class to the outermost div on the page.
I ran the site files locally and it ran perfectly other than the fact that the paths to the image files for the carousel were absolute paths to the music folder on your pc, so I downloaded some album covers, put them into a new folder in the project directory, and swapped out the paths in the code to the relative ones. I also disabled horizontal scroll via adding a tailwind class to the outermost div on the page.