Implement a "Back to Top" option that appears when the user scrolls down the page. Clicking the button should smoothly scroll the user back to the top. This will improve navigation and enhance user experience, especially on long pages.
- Button appears only after scrolling past a certain point.
- Smooth scroll animation to the top when clicked.
Implement a "Back to Top" option that appears when the user scrolls down the page. Clicking the button should smoothly scroll the user back to the top. This will improve navigation and enhance user experience, especially on long pages.