Contact Us
/ Contact Us
Sent A Message

    Address

    B1 Justice Coker Estate
    Off Cipm Avenue
    Alausa Ikeja
    Lagos

    Contact

    +2347066057813
    +2348092801931
    hello@biyouspa.com

    Working Hours

    Tuesday - Saturday
    8am - 4pm

    document.addEventListener("DOMContentLoaded", function() { var audioPlayer = document.getElementById("audioPlayer"); var closeButton = document.getElementById("closeButton"); // Stop audio and hide player when close button is clicked closeButton.addEventListener("click", function() { audioPlayer.pause(); // Stop the audio document.getElementById("musicPlayer").style.display = "none"; // Hide the player }); // Ensure the pause icon is active on load if autoplay is set if (audioPlayer.autoplay) { audioPlayer.play().catch(function(error) { audioPlayer.pause(); }); } });