How can I hide my NAVBAR from the landing page with react router V6? I want it to appear in all my components EXCEPT in the Landing Page
For example, if I write above , it appears in every single route. I am looking for the way to isolate the Landing Page from the NAVBAR. Thank you in advance