• Call Us:(+1) 123 444 6666
  • Email Address:support@thembay.com
  • Store Location:70 Bowman St. South Windsor, CT 06074, Ohio

Follow Us:

Get In Touch Your email address will not be published. Required fields are marked (*)

Error: Contact form not found.

// Optional enhancement: highlight nav item based on URL document.addEventListener("DOMContentLoaded", function () { const navItems = document.querySelectorAll(".urna-bottom-navigation .item"); const path = window.location.pathname; navItems.forEach((item) => { const link = item.querySelector("a"); if (link && link.getAttribute("href") && path.includes(link.getAttribute("href"))) { item.classList.add("active"); } }); });