Hide announcement bar and header for specific page only

I want to hide the announcement bar and header for a specific page only. It keeps hiding it on my entire website which I don’t want.

https://mindwav.audio/

You can use some conditional liquid like this:

{% unless template == 'page.YOUR_SPECIFIC_PAGE_HANDLE' %}
  
{% endunless %}

{% unless template == 'page.YOUR_SPECIFIC_PAGE_HANDLE' %}
  
{% endunless %}