Contribute to Tropic-OSS/Avias-Creations development by creating an account on GitHub.
Solution
this div here that you have is staying on top of your nav bar, so you cant click on the nav items a way that can fix it is to have the <header> tag have "relative z-10" to move it on top of the other one, making the button clickable again and maybe removing the bg-white because it would look weird then