Product Landing Page - Build a Product Landing Page

Tell us what’s happening:
One last fix and hopefully it’ll pass. Getting this error. Each .nav-link element should link to a corresponding element on the landing page (has an href with a value of another element’s id. e.g. #footer ). . I think another pair of eyes of what i did wrong or mispelled idk
Your code so far

Elegant Pens
pen logo Elegant Pens

Subscribe to our newsletter

<section id="features">
  <div class="feature">
  <i class="ri-hand-heart-fill ri-4x icon"></i>
  <div>
    <h2>Qaulity Care</h2>
    <p>Our employee's follow state of the art assembly and quality procedures</p>
  </div>
  </div>      
  <div class="feature">
  <i class="ri-truck-fill ri-4x icon"></i>
  <div>
    <h2>Fast Shipping</h2>
    <p>We make sure orders go out immediatley once order is recieved</p>
  </div>
  </div>
  <div class="feature">
  <i class="ri-ball-pen-fill ri-4x icon"></i>
  <div>
    <h2>Premium Product</h2>
  <p>Using recylable material to create these masterpiecs that can last long. </p>
  </div>
  </div>
</section>
<section id="How_it_works">
<iframe id="video" height="315" src="https://www.youtube.com/embed/B_SZQt0nSpc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</section>

For Sale

Item #: 001

Red Pen

Silver tip with red ink

$5.00

$6.00

Add to cart
Item #: 002

Black Pen

All Black pointy-tip with black ink

$9.00

$10.00

Add to cart
Item #: 003

Blue Pen

Silver tip with blue ink

$5.00

$6.00

Add to cart

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

Please disregard I figured it out