📅 Reservation
Reserve your table in advance to enjoy a seamless dining experience. Our team will confirm your booking shortly.
1Date & Time
2Your Details
3Confirm & Pay
→ this booking form.
* Listens for 'rbp_lang_changed' fired by the external widget shortcode
* and calls rbpSwitchLang(formId, lang) to update this form's strings + UI.
* Safe: rbpSwitchLang() guards against unknown formId and missing lang strings. */
(function(){
var FID = "rbpf00667fd5";
document.addEventListener('rbp_lang_changed', function(e) {
if (!e || !e.detail || !e.detail.lang) return;
if (typeof window.rbpSwitchLang === 'function') {
window.rbpSwitchLang(FID, e.detail.lang);
}
});
})();