Slide 1
Slide 2
Slide 3
1 / 3
Amarta Ballroom
Ballroom
Standing Reception: 10 to 50 pax
from IDR 100 / pax
Sitting Reception: 5 pax
from IDR 100 / pax
Chat Vendor
(function () { function initSwiper() { if (typeof Swiper === `undefined`) { setTimeout(initSwiper, 100); // wait until Swiper is loaded return; } new Swiper(`.swiper`, { loop: true, pagination: { el: `.swiper-pagination`, type: `fraction` }, navigation: { nextEl: `.btn-right`, prevEl: `.btn-left`, }, }); } // ?? force execution even inside innerHTML var s = document.createElement(`script`); s.innerHTML = `(` + initSwiper.toString() + `)();`; document.body.appendChild(s); })();