Sample Menus
Our menus are available as a buffet, family style or plated.
One of our specialties is the BBQ served on an open fire.
The Open Fire service can be booked for custom menus as well as BBQ.
/* Code from https://element.how/elementor-open-tabs-hover/
* Version 1.0
* Copyright 2023 Maxime Desrosiers
*/
document.addEventListener('DOMContentLoaded',function(){
jQuery(function($){
$('.hoverTabs .e-n-tab-title').mouseenter(function(){
$(this).click();
});
});
});
Sample menu coming soon!