All images not loading

Hi Everyone! A rookie developer here, I have recently deployed a website im working on but for some reason some of the pictures wont show. Everything works fine locally and the code is the same everywhere, so I dont understand whats wrong.

I have tried looking at other related posts but I dont understand how to fix this.
the website is the following www.salongorchid.com

the code looks like this

<Link href="/themes/halloween">

          <a>

            <Image

              src="/h-four.jpg"

              alt="#"

              width={200}

              height={200}

              className="rounded"

            ></Image>

          </a>

        </Link>

I bought the domain name from google.
I have looked in netlify and under status badges it says fail, but I dont know why.

here is the snippet:
Netlify Status

I dont understand what it means though

hi there,

do you have a build log you can share with us, please?