top of page
Banner background.jpg

Blogs

bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { if (!sessionStorage.getItem("popupShown")) { wixWindow.openLightbox("Popup 1"); // Replace with your lightbox name sessionStorage.setItem("popupShown", "true"); } });