Eden booking

.myContainer{ text-align: center; padding: 20px; }

Loading...

const selectedSlot = localStorage.getItem("selectedTimeSlot"); if (!selectedSlot) { // Go back to the previous page window.location.href="https://jollydistrict.com/venue"; } else { document.getElementById("displaySlot").innerText = selectedSlot; }

Copyright © 2026 All rights reserved.
Link Copied!