Discover Rwanda's premier destination for wedding suits, traditional outfits, and ceremonial items.
Browse Collection- Fully Digital Experience: Browse, book, and pay online without visiting physical stores.
- Doorstep Delivery: Enjoy professional delivery service across Rwanda, ensuring timely arrivals.
- Quality Guarantee: All items are maintained to the highest standards.
- Cultural Pride: Celebrate Rwandan traditions with pride.
- Affordable Luxury: High-end fashion accessible without breaking the bank.
- Friendly Support: Our dedicated team is here to help you find the perfect outfit for any occasion.
@Designer: IRABIZI Ebenezer
E-mail: irebene77@gmail.com
© 2024 Royal Wedding Elegance. All rights reserved.
<script> // Get modal elements var catalogueModal = document.getElementById("catalogueModal"); var servicesModal = document.getElementById("servicesModal"); var contactModal = document.getElementById("contactModal"); // Get button elements var catalogueBtn = document.getElementById("catalogueBtn"); var servicesBtn = document.getElementById("servicesBtn"); var contactBtn = document.getElementById("contactBtn"); // Get close elements var closeCatalogue = document.getElementById("closeCatalogue"); var closeServices = document.getElementById("closeServices"); var closeContact = document.getElementById("closeContact"); // Open catalogue modal catalogueBtn.onclick = function() { catalogueModal.style.display = "block"; } // Open services modal servicesBtn.onclick = function() { servicesModal.style.display = "block"; } // Open contact modal contactBtn.onclick = function() { contactModal.style.display = "block"; } // Close catalogue modal closeCatalogue.onclick = function() { catalogueModal.style.display = "none"; } // Close services modal closeServices.onclick = function() { servicesModal.style.display = "none"; } // Close contact modal closeContact.onclick = function() { contactModal.style.display = "none"; } // Close modal when clicking outside of it window.onclick = function(event) { if (event.target == catalogueModal) { catalogueModal.style.display = "none"; } if (event.target == servicesModal) { servicesModal.style.display = "none"; } if (event.target == contactModal) { contactModal.style.display = "none"; } } // Booking functionality document.querySelectorAll('.book-button').forEach(button => { button.onclick = function() { const item = this.getAttribute('data-item'); const email = prompt("Please enter your email address:"); const name = prompt("Please enter your name:"); if (email && name) { const bookingDetails = { item: item, email: email, name: name, date: new Date().toISOString() }; fetch('https://your-server-url.com/book', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(bookingDetails) }) .then(response => { if (response.ok) { alert(`${item} has been booked! You will receive a confirmation email.`); } else { alert('There was an error booking your item. Please try again.'); } }) .catch(error => { console.error('Error:', error); alert('There was an error in booking your item. Please try to call this number 0783 217 215 for further help.'); }); } else { alert('Booking canceled. Please provide your email and name.'); } }; }); </script>




