Skip to main content
996 JOHNNIE DODDS BLVD #101, MT PLEASANT, SC 29464
ORDER ONLINE
Menu
CONTACT US
Send us a message and we’ll get back to you as soon as possible. Looking forward to hearing from you.
CONTACT US HERE
window.onload = function() { const popup = document.getElementById("popup"); const mainContent = document.getElementById("mainContent"); const timeoutDuration = 1000; // 1 second before fade-out starts // Hide the logo popup after timeout setTimeout(function() { popup.classList.add("fade-out"); setTimeout(function() { popup.remove(); // Instead of display: none, remove it entirely mainContent.classList.add("fade-in"); }, 1000); }, timeoutDuration); };