Hello!
I’m soooo close to completing my landing page but I can’t seem to pass the
User Story #5: When I click a .nav-link
button in the nav
element, I am taken to the corresponding section of the landing page.
I’ve been stuck for hours
Error code shows: Each .nav-link element should have an href attribute : expected false to equal true
My Codeine link is: https://codepen.io/kgutierrez92/pen/gOoRqBq
My code so far:

<ul class="nav-link">
<li><a href="#Home" class="nav-link">Home</a></li>
<li><a href="#Menu" class="nav-link">Menu</a></li>
<li><a href="#Contact-us" class="nav-link">Contact Us</a></li>
</ul>
</nav>
Any Help is truly appreciated!!
Thank you in advance
Kenia
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15
Challenge: Build a Product Landing Page
Link to the challenge: