Ok,
Many thanks to your explanation, I actually ended up finding a way to keep hiding the hentry on that specific page only with this:
.page-id-494 .hentry {
display:none;
}
I followed both your solution and this one:
https://www.hostinger.com/tutorials/how-to-hide-page-title-wordpress
Took a lot of googling to find this specific solution to only hide the hentry on the main page only.
Again, thank you alot @wlpdrpat !