Product landing page - Feedback

Hello,

I have completed the product landing page. I went for mobile first approach after watching some youtube videos and its not turned out too bad tbh.

Any feedback is appreciated.

Thanks
Zak

Hey
Try adding an Id to the section element that corresponds to the id in the nav link such that when you click the link it takes you to the relevant section

<nav>
<ul>
<li><a href="#home">Home</a></li>
</ul>
</nav>


<section id="home"></section>

Hope this helps,nice work though!!

Hi,

I managed to figure it out. for some reason the only to way to pass was to have the class nav-link inside the <a> element

Thanks for the help though