Is your feature request related to a problem?
I'm frustrated when I click the "Features" link in the navbar and it just changes the URL to /#/#features without actually scrolling or routing me to the Features section. It breaks the navigation experience and leaves the user confused.
Describe the solution you'd like
I would like the link to implement proper anchor scrolling. Clicking "Features" should smoothly scroll the user directly to the Features section on the landing page, maintaining a seamless Single Page Application (SPA) feel. I can implement this fix if assigned to me!
Describe alternatives you've considered
Considered routing to a completely separate /features page, but since the content is already on the landing page, smooth scrolling to the section identifier is the most optimal UX solution.
Mockups/Screenshots
No response
Before submitting
Is your feature request related to a problem?
I'm frustrated when I click the "Features" link in the navbar and it just changes the URL to
/#/#featureswithout actually scrolling or routing me to the Features section. It breaks the navigation experience and leaves the user confused.Describe the solution you'd like
I would like the link to implement proper anchor scrolling. Clicking "Features" should smoothly scroll the user directly to the Features section on the landing page, maintaining a seamless Single Page Application (SPA) feel. I can implement this fix if assigned to me!
Describe alternatives you've considered
Considered routing to a completely separate
/featurespage, but since the content is already on the landing page, smooth scrolling to the section identifier is the most optimal UX solution.Mockups/Screenshots
No response
Before submitting