Website problems

@acolazic93 It’s not surprising it doesn’t work, most of the JavaScript isn’t loading:

You will need to determine why that’s happening.

You can check the files you’ve deployed with the Deploy File Browser:
https://answers.netlify.com/t/new-feature-browse-files-in-your-deploy-with-the-deploy-file-browser/105196

If you are ‘running a build’, run it locally too, see what it outputs.
Make sure all the files are there.

(Don’t compare the ‘development server’, it’s a useless comparison.)