Feedback- Product Landing Page

Please give me some feedback on my project and Let me know where I can improve. Here is the Link to the Product Landing Page:

Thanks in Advance.

You need to add a . or a # in your CSS before you can write the name

You might want to add CSS

* {
  scroll-behaviour: smooth;
}

So when you press the navbar it will smoothly scroll to the element
and also add

cursor: pointer;

on your prices on the shop

Your page looks good @manavsaspal. Some things to revisit;

  • Your page passes xx/xx user stories.
    • The test script should be included, with all tests passing, when you submit your projects.
    • Click on the red button to see the failing test case and why it’s failing.
  • Don’t use <br> to force spacing. Use margin and/or padding in CSS.
  • Check that the email field is filled in when clicking the submit button. Throw an error if it’s blank. You learned how when you did the survey form.