Have an account?
Log in to check out faster.
Loading...
Brief Intro
Paragraph
Share information about your brand with your customers. Describe a product, make announcements, or welcome customers to your store.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener("click", function (e) { e.preventDefault(); document.querySelector(this.getAttribute("href")).scrollIntoView({ behavior: "smooth", block: "start" }); }); });