top of page

Request a Quote

Please take a moment to fill out the form.

bottom of page
document.addEventListener("DOMContentLoaded", function () { const ua = navigator.userAgent.toLowerCase(); const isTikTok = ua.includes("tiktok") || ua.includes("musically"); if (isTikTok) { const warning = document.createElement("div"); warning.style.position = "fixed"; warning.style.top = "0"; warning.style.left = "0"; warning.style.width = "100%"; warning.style.padding = "20px"; warning.style.backgroundColor = "#ff4444"; warning.style.color = "white"; warning.style.zIndex = "9999"; warning.style.textAlign = "center"; warning.style.fontFamily = "sans-serif"; warning.innerHTML = ` 🚫 This site may not work properly in the TikTok browser.
👉 Open in external browser document.body.appendChild(warning); } });