{"id":9079,"date":"2026-02-19T14:20:42","date_gmt":"2026-02-19T12:20:42","guid":{"rendered":"https:\/\/www.boufs.be\/menu\/"},"modified":"2026-04-23T10:06:27","modified_gmt":"2026-04-23T08:06:27","slug":"menu","status":"publish","type":"page","link":"https:\/\/www.boufs.be\/en\/menu\/","title":{"rendered":"Menu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9079\" class=\"elementor elementor-9079 elementor-9051\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7305f31 e-flex e-con-boxed e-con e-parent\" data-id=\"7305f31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-023e65a elementor-widget elementor-widget-html\" data-id=\"023e65a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- \r\n==============================================\r\nBOUF'S MENU - WORDPRESS VERSION (EN)\r\n==============================================\r\nCopy this code into your WordPress page (in HTML\/Text mode)\r\nOr create a page template in your theme\r\n==============================================\r\n-->\r\n\r\n<style>\r\n\/* ========================================\r\n   BOUF'S MENU STYLES\r\n   Prefix: .boufs-menu to avoid conflicts\r\n   ======================================== *\/\r\n\r\n.boufs-menu * {\r\n    box-sizing: border-box;\r\n}\r\n\r\n.boufs-menu {\r\n    font-family: 'Marcellus', Georgia, serif;\r\n    color: #232C2E;\r\n    line-height: 1.6;\r\n    background-color: #F5F2ED;\r\n    padding: 40px 0;\r\n}\r\n\r\n\/* Main Container *\/\r\n.boufs-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 0 20px;\r\n}\r\n\r\n\/* Hero Section *\/\r\n.boufs-hero {\r\n    text-align: center;\r\n    padding: 60px 20px;\r\n    background: linear-gradient(135deg, #232C2E 0%, #372E2E 100%);\r\n    color: #F5F2ED;\r\n    margin-bottom: 40px;\r\n    border-radius: 10px;\r\n}\r\n\r\n.boufs-hero h1 {\r\n    font-size: 3em;\r\n    font-weight: normal;\r\n    letter-spacing: 3px;\r\n    margin-bottom: 20px;\r\n    margin-top: 0;\r\n    color: #BBA07A;\r\n}\r\n\r\n.boufs-hero p {\r\n    font-size: 1.2em;\r\n    color: #BBA07A;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n}\r\n\r\n\/* Menu Navigation *\/\r\n.boufs-nav {\r\n    background: white;\r\n    padding: 20px;\r\n    border-radius: 10px;\r\n    margin-bottom: 40px;\r\n    box-shadow: 0 5px 20px rgba(0,0,0,0.05);\r\n    position: sticky;\r\n    top: 100px; \/* Adjust according to your WordPress header *\/\r\n    z-index: 50;\r\n}\r\n\r\n.boufs-nav ul {\r\n    list-style: none;\r\n    padding: 0;\r\n    margin: 0;\r\n    display: flex;\r\n    justify-content: center;\r\n    flex-wrap: wrap;\r\n    gap: 30px;\r\n}\r\n\r\n.boufs-nav a {\r\n    color: #232C2E;\r\n    text-decoration: none;\r\n    font-size: 1.1em;\r\n    padding: 10px 15px;\r\n    border-radius: 5px;\r\n    transition: all 0.3s;\r\n}\r\n\r\n.boufs-nav a:hover {\r\n    background-color: #BBA07A;\r\n    color: white;\r\n}\r\n\r\n\/* Menu Sections *\/\r\n.boufs-section {\r\n    margin-bottom: 60px;\r\n    background: white;\r\n    padding: 40px;\r\n    border-radius: 10px;\r\n    box-shadow: 0 5px 20px rgba(0,0,0,0.05);\r\n}\r\n\r\n.boufs-section-title {\r\n    font-size: 2.5em;\r\n    color: #232C2E;\r\n    margin-bottom: 10px;\r\n    margin-top: 0;\r\n    text-align: center;\r\n    font-weight: normal;\r\n    letter-spacing: 2px;\r\n    position: relative;\r\n    padding-bottom: 20px;\r\n}\r\n\r\n.boufs-section-title::after {\r\n    content: '';\r\n    position: absolute;\r\n    bottom: 0;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    width: 80px;\r\n    height: 2px;\r\n    background-color: #BBA07A;\r\n}\r\n\r\n.boufs-section-subtitle {\r\n    text-align: center;\r\n    color: #666;\r\n    margin-bottom: 40px;\r\n    font-style: italic;\r\n}\r\n\r\n\/* Dishes Grid *\/\r\n.boufs-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n    gap: 30px;\r\n    margin-top: 30px;\r\n}\r\n\r\n.boufs-item {\r\n    padding: 20px;\r\n    background: #FAFAFA;\r\n    border-radius: 8px;\r\n    transition: transform 0.3s, box-shadow 0.3s;\r\n}\r\n\r\n.boufs-item:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n}\r\n\r\n.boufs-item-header {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: start;\r\n    margin-bottom: 10px;\r\n}\r\n\r\n.boufs-item-name {\r\n    font-size: 1.3em;\r\n    color: #232C2E;\r\n    flex: 1;\r\n    margin: 0;\r\n}\r\n\r\n.boufs-item-price {\r\n    color: #BBA07A;\r\n    font-size: 1.2em;\r\n    font-weight: bold;\r\n    margin-left: 15px;\r\n    white-space: nowrap;\r\n}\r\n\r\n.boufs-item-desc {\r\n    color: #666;\r\n    font-size: 0.95em;\r\n    line-height: 1.5;\r\n    margin: 0;\r\n}\r\n\r\n\/* Region \/ grape for wines *\/\r\n.boufs-wine-origin {\r\n    color: #BBA07A;\r\n    font-size: 0.9em;\r\n    font-style: italic;\r\n    margin: 0 0 4px 0;\r\n}\r\n\r\n\/* Drinks Section *\/\r\n.boufs-drinks-category {\r\n    margin-bottom: 30px;\r\n}\r\n\r\n.boufs-drinks-title {\r\n    font-size: 1.5em;\r\n    margin: 30px 0 20px;\r\n    color: #BBA07A;\r\n}\r\n\r\n.boufs-drinks-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n    gap: 20px;\r\n}\r\n\r\n.boufs-drink-item {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    padding: 15px;\r\n    border-bottom: 1px solid #E0E0E0;\r\n}\r\n\r\n.boufs-drink-item:last-child {\r\n    border-bottom: none;\r\n}\r\n\r\n\/* Special Box Chef's Menu *\/\r\n.boufs-special-box {\r\n    text-align: center;\r\n    padding: 30px;\r\n    background: #F5F2ED;\r\n    border-radius: 8px;\r\n    margin-top: 30px;\r\n}\r\n\r\n.boufs-special-box p {\r\n    margin: 0 0 15px 0;\r\n}\r\n\r\n.boufs-special-price {\r\n    font-size: 1.3em;\r\n    color: #232C2E;\r\n}\r\n\r\n.boufs-special-price strong {\r\n    color: #BBA07A;\r\n}\r\n\r\n.boufs-special-note {\r\n    color: #666;\r\n    font-style: italic;\r\n}\r\n\r\n\/* Responsive Design *\/\r\n@media (max-width: 768px) {\r\n    .boufs-hero h1 {\r\n        font-size: 2em;\r\n    }\r\n    \r\n    .boufs-section-title {\r\n        font-size: 1.8em;\r\n    }\r\n    \r\n    .boufs-section {\r\n        padding: 20px;\r\n    }\r\n    \r\n    .boufs-grid {\r\n        grid-template-columns: 1fr;\r\n    }\r\n    \r\n    .boufs-nav ul {\r\n        flex-direction: column;\r\n        align-items: center;\r\n        gap: 10px;\r\n    }\r\n    \r\n    .boufs-nav {\r\n        position: static;\r\n    }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n    .boufs-hero {\r\n        padding: 40px 20px;\r\n    }\r\n    \r\n    .boufs-hero h1 {\r\n        font-size: 1.5em;\r\n    }\r\n    \r\n    .boufs-hero p {\r\n        font-size: 1em;\r\n    }\r\n    \r\n    .boufs-item-name {\r\n        font-size: 1.1em;\r\n    }\r\n    \r\n    .boufs-item-header {\r\n        flex-direction: column;\r\n    }\r\n    \r\n    .boufs-item-price {\r\n        margin-left: 0;\r\n        margin-top: 5px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- START OF BOUF'S MENU -->\r\n<div class=\"boufs-menu\">\r\n    <div class=\"boufs-container\">\r\n        \r\n        <!-- Hero Section -->\r\n        <div class=\"boufs-hero\">\r\n            <h1>BOUF'S MENU<\/h1>\r\n            <p style=\"font-size: 1.8em; color: #F5F2ED; margin-bottom: 15px; font-weight: normal;\">Starters to Share &amp; Main Dishes<\/p>\r\n            <p>Seasonal cuisine, to share or enjoy on your own<\/p>\r\n        <\/div>\r\n\r\n        <!-- Menu Internal Navigation -->\r\n        <nav class=\"boufs-nav\">\r\n            <ul>\r\n                <li><a href=\"#boufs-starters\">Starters to Share<\/a><\/li>\r\n                <li><a href=\"#boufs-mains\">Main Dishes<\/a><\/li>\r\n                <li><a href=\"#boufs-chef\">Chef's Menu<\/a><\/li>\r\n                <li><a href=\"#boufs-drinks\">Drinks<\/a><\/li>\r\n                <li><a href=\"#boufs-desserts\">Desserts<\/a><\/li>\r\n            <\/ul>\r\n        <\/nav>\r\n\r\n        <!-- STARTERS TO SHARE Section -->\r\n        <section class=\"boufs-section\" id=\"boufs-starters\">\r\n            <h2 class=\"boufs-section-title\">STARTERS TO SHARE<\/h2>\r\n            <p class=\"boufs-section-subtitle\">We recommend 1 to 2 dishes for two people<\/p>\r\n            <div class=\"boufs-grid\">\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Focaccia with whipped butter<\/h3>\r\n                        <span class=\"boufs-item-price\">10.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Homemade focaccia served with a light, whipped green herb butter<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Trio of dips <span style=\"font-weight:normal; font-size:0.85em; color:#888;\">(with Lebanese bread)<\/span><\/h3>\r\n                        <span class=\"boufs-item-price\">22.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">\r\n                        <strong>Babaganoush<\/strong> \u2013 Roasted eggplant, tahin, lemon and pomegranate molasses<br>\r\n                        <strong>Feta cr\u00e8me br\u00fbl\u00e9e<\/strong> \u2013 Feta, red pointed pepper and jalape\u00f1o<br>\r\n                        <strong>Pea dip<\/strong> \u2013 Green peas, mint and pickled ginger\r\n                    <\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Berloumi with basil mayonnaise<\/h3>\r\n                        <span class=\"boufs-item-price\">16.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Fried Berloumi cheese served with basil mayonnaise<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Mediterranean charcuterie<\/h3>\r\n                        <span class=\"boufs-item-price\">16.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Thinly sliced beef brisket with Mediterranean herbs<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Tuna carpaccio<\/h3>\r\n                        <span class=\"boufs-item-price\">18.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Southern-style vinaigrette with pickled mustard seeds and shiso<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Gambas with harissa<\/h3>\r\n                        <span class=\"boufs-item-price\">16.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Gambas with harissa butter, chili flakes and smoked salt<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- MAIN DISHES Section -->\r\n        <section class=\"boufs-section\" id=\"boufs-mains\">\r\n            <h2 class=\"boufs-section-title\">MAIN DISHES<\/h2>\r\n            <p class=\"boufs-section-subtitle\">One dish per person<\/p>\r\n            <div class=\"boufs-grid\">\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Merguez with tabbouleh<\/h3>\r\n                        <span class=\"boufs-item-price\">26.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Spiced lamb sausage with a bulgur salad based on fresh green herbs, tomato and lemon<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Txogitxu steak with salsa verde<\/h3>\r\n                        <span class=\"boufs-item-price\">36.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Basque steak served with a fresh green herb salsa and finely sliced roasted hasselback baby potatoes<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Secreto Duroc de Batolli<\/h3>\r\n                        <span class=\"boufs-item-price\">36.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Pork served with broccolini and a romesco sauce made from roasted peppers and nuts<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Sea bass with sauce vierge<\/h3>\r\n                        <span class=\"boufs-item-price\">26.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Sea bass with a fresh vinaigrette of cherry tomatoes and a mix of grilled yellow and green zucchini<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Burrata with leeks and basil cream<\/h3>\r\n                        <span class=\"boufs-item-price\">24.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Fresh Italian cheese with leeks, basil-zucchini cream and crispy chili oil<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- CHEF'S MENU Section -->\r\n        <section class=\"boufs-section\" id=\"boufs-chef\">\r\n            <h2 class=\"boufs-section-title\">CHEF'S MENU<\/h2>\r\n            <p class=\"boufs-section-subtitle\">Be surprised by the chef's menu, composed of various seasonal dishes<\/p>\r\n            <div class=\"boufs-special-box\">\r\n                <p class=\"boufs-special-price\">\r\n                    From 2 persons at <strong>59.00\u20ac p.p.<\/strong> (without dessert)\r\n                <\/p>\r\n                <p class=\"boufs-special-note\">\r\n                    For a reservation of 6 people or more, we ask you to take a &laquo; Table to share &raquo;\r\n                <\/p>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- DRINKS Section -->\r\n        <section class=\"boufs-section\" id=\"boufs-drinks\">\r\n            <h2 class=\"boufs-section-title\">DRINKS<\/h2>\r\n            \r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Champagne<\/h3>\r\n                <div class=\"boufs-drinks-grid\">\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Ruinart Blanc De Blancs<\/span>\r\n                        <span class=\"boufs-item-price\">128.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Ruinart Ros\u00e9<\/span>\r\n                        <span class=\"boufs-item-price\">128.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Champagne Autr\u00e9au Brut Premier Cru<\/span>\r\n                        <span class=\"boufs-item-price\">66.00\u20ac<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Prosecco<\/h3>\r\n                <div class=\"boufs-drinks-grid\">\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Prosecco Dal Bello Trevisio<\/span>\r\n                        <span class=\"boufs-item-price\">40.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Pasqua Prosecco Ros\u00e9<\/span>\r\n                        <span class=\"boufs-item-price\">46.00\u20ac<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">White Wines<\/h3>\r\n                <div class=\"boufs-grid\">\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">White wine of the moment<\/h3>\r\n                            <span class=\"boufs-item-price\">Glass: 7.00\u20ac<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Jos\u00e9 Galo Rueda<\/h3>\r\n                            <span class=\"boufs-item-price\">38.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Rueda \u00b7 Sauvignon Blanc<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of ripe exotic fruit, citrus and grapefruit.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Finca Constancia Parcela 52<\/h3>\r\n                            <span class=\"boufs-item-price\">56.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Castilla Y Leon \u00b7 Verdejo<\/p>\r\n                        <p class=\"boufs-item-desc\">Elegant, rich and intense on the palate.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Bodegas Onta\u00f1on Kaori Viura<\/h3>\r\n                            <span class=\"boufs-item-price\">50.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Rioja \u00b7 Viura, Maturana Blanca, Garnacha Blanca<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of grapefruit, a subtle hint of pepper and floral touches.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Jasci &amp; Marchesani Pecorino<\/h3>\r\n                            <span class=\"boufs-item-price\">44.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Abruzzo \u00b7 Pecorino<\/p>\r\n                        <p class=\"boufs-item-desc\">Fruity white wine, aromas of peaches and hints of orange.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Monte del Fr\u00e0 Custoza<\/h3>\r\n                            <span class=\"boufs-item-price\">46.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Veneto \u00b7 Cortese, Garganega, Trebbianello, Trebbiano Toscano<\/p>\r\n                        <p class=\"boufs-item-desc\">Floral aromas of blossoms, apricot, peach, green apple and tropical fruit.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Kornell Cosmas<\/h3>\r\n                            <span class=\"boufs-item-price\">68.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Alto-Adige \u00b7 Sauvignon Blanc<\/p>\r\n                        <p class=\"boufs-item-desc\">Complex and aromatic with notes of gooseberries and granny smith.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Chasteronne Grande R\u00e9serve<\/h3>\r\n                            <span class=\"boufs-item-price\">40.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">France \u2013 Languedoc \u00b7 Chardonnay<\/p>\r\n                        <p class=\"boufs-item-desc\">Light oak aging, ripe fruit and a slightly nutty character define the flavor profile. The taste is fresh yet full and ripe.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Neverland Riesling<\/h3>\r\n                            <span class=\"boufs-item-price\">58.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Germany \u2013 Rheinessen \u00b7 Riesling<\/p>\r\n                        <p class=\"boufs-item-desc\">A lightly spicy minerality with notes of ripe peach, apple and lemon peel.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Quinta Do Paral Alentejo Branco<\/h3>\r\n                            <span class=\"boufs-item-price\">56.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Portugal \u2013 Alentejo \u00b7 Ant\u00e3o Vaz, Verdelho, Vermentino, Viognier<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of grapefruit, citrus and orange. Pleasantly dry, a well-balanced blend.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Ixsir Altitudes<\/h3>\r\n                            <span class=\"boufs-item-price\">48.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Lebanon \u00b7 Muscat, Obeideh, Viognier<\/p>\r\n                        <p class=\"boufs-item-desc\">Fresh fruity aromas with a nice citrus acidity.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Ros\u00e9 Wines<\/h3>\r\n                <div class=\"boufs-grid\">\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Cantina Mabis Rosapasso Ros\u00e9<\/h3>\r\n                            <span class=\"boufs-item-price\">Glass: 7.00\u20ac \/ 38.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Veneto \u00b7 100% Pinot Noir<\/p>\r\n                        <p class=\"boufs-item-desc\">Light salmon-colored ros\u00e9 wine, delicate aromas of raspberries and strawberries.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Red Wines<\/h3>\r\n                <div class=\"boufs-grid\">\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Red wine of the moment<\/h3>\r\n                            <span class=\"boufs-item-price\">Glass: 7.00\u20ac<\/span>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Ixsir Altitudes<\/h3>\r\n                            <span class=\"boufs-item-price\">48.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Lebanon \u00b7 Cabernet Sauvignon, Syrah, Caladoc, Tempranillo<\/p>\r\n                        <p class=\"boufs-item-desc\">Notes of red fruit, currants and raspberries, with a hint of spices.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Tenuta Sant' Antonio Scaia Rosso<\/h3>\r\n                            <span class=\"boufs-item-price\">54.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Veneto \u00b7 Corvina<\/p>\r\n                        <p class=\"boufs-item-desc\">Hints of red and black berries, plums, blackberries and raspberries.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Schola Sarmenti Critera \u2013 IGT Salento<\/h3>\r\n                            <span class=\"boufs-item-price\">52.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Puglia \u00b7 100% Primitivo di Salento<\/p>\r\n                        <p class=\"boufs-item-desc\">Driven notes of clove and nutmeg combined with a whole basket of dark fruits.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Feudi Bordonaro Branciforti Nero d'Avola DOC<\/h3>\r\n                            <span class=\"boufs-item-price\">38.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Sicily \u00b7 Nero d'Avola<\/p>\r\n                        <p class=\"boufs-item-desc\">Strong aromas of ripe red fruit and dark plums, balsamic notes.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Il Generale DOC Barbera d'Alba<\/h3>\r\n                            <span class=\"boufs-item-price\">48.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Italy \u2013 Piedmont \u00b7 Barbera d'Alba<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of red cherries, cranberries and wild strawberries, nose of cinnamon and red fruit. 20 months oak aging, 9 on French oak.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Fulcrand Cabanon AOP Languedoc Cabri\u00e8res<\/h3>\r\n                            <span class=\"boufs-item-price\">40.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">France \u2013 Languedoc \u00b7 65% Syrah, 35% Grenache<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of red and black berries with spicy accents, smooth tannins. A top wine with Rh\u00f4ne-style influence.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Quinta do Paral Alentejo Tinto<\/h3>\r\n                            <span class=\"boufs-item-price\">55.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Portugal \u2013 Alentejo \u00b7 Durif, Petit Verdot, Touriga Franca, Touriga Nacional<\/p>\r\n                        <p class=\"boufs-item-desc\">Delicious aromas of plum, black cherry and blackcurrant, with light balsamic nuances.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Finca Constancia Parcela 23<\/h3>\r\n                            <span class=\"boufs-item-price\">54.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Castilla Y Leon \u00b7 Tempranillo<\/p>\r\n                        <p class=\"boufs-item-desc\">Aromas of red fruits and caramel. Balanced acidity, smooth tannins.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Bodegas Onta\u00f1on Crianza<\/h3>\r\n                            <span class=\"boufs-item-price\">46.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Rioja \u00b7 Tempranillo<\/p>\r\n                        <p class=\"boufs-item-desc\">Rich aromas of ripe fruit and plums, notes of coffee and refined minerality.<\/p>\r\n                    <\/div>\r\n                    <div class=\"boufs-item\">\r\n                        <div class=\"boufs-item-header\">\r\n                            <h3 class=\"boufs-item-name\">Clos Mont Blanc Gormand<\/h3>\r\n                            <span class=\"boufs-item-price\">40.00\u20ac<\/span>\r\n                        <\/div>\r\n                        <p class=\"boufs-wine-origin\">Spain \u2013 Conca de Barbera \u00b7 Garrut, Trepat<\/p>\r\n                        <p class=\"boufs-item-desc\">Light and fruity on the palate. Aromas of raspberry, blackberry and blueberry.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Hot Drinks<\/h3>\r\n                <div class=\"boufs-drinks-grid\">\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Espresso<\/span>\r\n                        <span class=\"boufs-item-price\">3.80\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Lungo<\/span>\r\n                        <span class=\"boufs-item-price\">3.80\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Cappuccino<\/span>\r\n                        <span class=\"boufs-item-price\">4.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Caf\u00e9 Latte \/ Macchiato<\/span>\r\n                        <span class=\"boufs-item-price\">5.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Doppio<\/span>\r\n                        <span class=\"boufs-item-price\">4.80\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Espresso Martini<\/span>\r\n                        <span class=\"boufs-item-price\">15.00\u20ac<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"boufs-drinks-category\">\r\n                <h3 class=\"boufs-drinks-title\">Teas<\/h3>\r\n                <div class=\"boufs-drinks-grid\">\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Mint Tea (traditional Moroccan)<\/span>\r\n                        <span class=\"boufs-item-price\">6.00\u20ac p.p.<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Ginger &amp; lemon<\/span>\r\n                        <span class=\"boufs-item-price\">6.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Wild chamomile flowers<\/span>\r\n                        <span class=\"boufs-item-price\">6.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <div class=\"boufs-drink-item\">\r\n                        <span>Wild berry blend<\/span>\r\n                        <span class=\"boufs-item-price\">6.00\u20ac<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- DESSERTS Section -->\r\n        <section class=\"boufs-section\" id=\"boufs-desserts\">\r\n            <h2 class=\"boufs-section-title\">DESSERTS<\/h2>\r\n            <p class=\"boufs-section-subtitle\">Our ice creams and sorbets are prepared in a traditional way<\/p>\r\n            <div class=\"boufs-grid\">\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Tiramisu with speculoos<\/h3>\r\n                        <span class=\"boufs-item-price\">10.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Caramelised apples and cinnamon<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Pastel de nata<\/h3>\r\n                        <span class=\"boufs-item-price\">10.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">With a red fruit coulis<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Baklava with pistachio<\/h3>\r\n                        <span class=\"boufs-item-price\">14.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Crumble and vanilla ice cream<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Ice cream and Sorbets<\/h3>\r\n                        <span class=\"boufs-item-price\">4.00 \u2013 7.00 \u2013 9.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Chocolate, vanilla or trio of different flavours<\/p>\r\n                <\/div>\r\n                <div class=\"boufs-item\">\r\n                    <div class=\"boufs-item-header\">\r\n                        <h3 class=\"boufs-item-name\">Mini Bouf's<\/h3>\r\n                        <span class=\"boufs-item-price\">6.00\u20ac<\/span>\r\n                    <\/div>\r\n                    <p class=\"boufs-item-desc\">Chocolate and vanilla ice cream sticks<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Final Note -->\r\n        <div class=\"boufs-special-box\" style=\"margin-top: 40px;\">\r\n            <p style=\"color: #BBA07A; font-weight: bold;\">Allergen information<\/p>\r\n            <p>The composition of our products may vary.<br>Do not hesitate to ask us for information.<\/p>\r\n            <p style=\"margin-top: 20px; color: #666;\">One payment per table \/ reservation<\/p>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\r\n<!-- END OF BOUF'S MENU -->\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bce2aa elementor-widget elementor-widget-hub_fancy_heading\" data-id=\"1bce2aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f13fd329afd\" class=\"ld-fancy-heading pos-rel\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left p\"  > Chauss\u00e9e de Bruxelles, 11<br>3080 Tervuren<\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>BOUF&#8217;S MENU Starters to Share &amp; Main Dishes Seasonal cuisine, to share or enjoy on your own Starters to Share Main Dishes Chef&#8217;s Menu Drinks Desserts STARTERS TO SHARE We recommend 1 to 2 dishes for two people Focaccia with whipped butter 10.00\u20ac Homemade focaccia served with a light, whipped green herb butter Trio of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-9079","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BOUF&#039;S - Menu 2025 - Restaurant Tervuren<\/title>\n<meta name=\"description\" content=\"The menu of mediterranean restaurant BOUF&#039;S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.boufs.be\/en\/menu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BOUF&#039;S - Menu 2025 - Restaurant Tervuren\" \/>\n<meta property=\"og:description\" content=\"The menu of mediterranean restaurant BOUF&#039;S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.boufs.be\/en\/menu\/\" \/>\n<meta property=\"og:site_name\" content=\"BOUF&#039;S\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Boufsrestaurant\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-23T08:06:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.boufs.be\/en\/menu\/\",\"url\":\"https:\/\/www.boufs.be\/en\/menu\/\",\"name\":\"BOUF&#039;S - Menu 2025 - Restaurant Tervuren\",\"isPartOf\":{\"@id\":\"https:\/\/www.boufs.be\/en\/#website\"},\"datePublished\":\"2026-02-19T12:20:42+00:00\",\"dateModified\":\"2026-04-23T08:06:27+00:00\",\"description\":\"The menu of mediterranean restaurant BOUF'S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.boufs.be\/en\/menu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.boufs.be\/en\/menu\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.boufs.be\/en\/menu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.boufs.be\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.boufs.be\/en\/#website\",\"url\":\"https:\/\/www.boufs.be\/en\/\",\"name\":\"BOUF'S\",\"description\":\"Restaurant m\u00e9dit\u00e9ran\u00e9en\",\"publisher\":{\"@id\":\"https:\/\/www.boufs.be\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.boufs.be\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.boufs.be\/en\/#organization\",\"name\":\"BOUF'S\",\"url\":\"https:\/\/www.boufs.be\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.boufs.be\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.boufs.be\/wp-content\/uploads\/2024\/03\/opengraph.jpg\",\"contentUrl\":\"https:\/\/www.boufs.be\/wp-content\/uploads\/2024\/03\/opengraph.jpg\",\"width\":1200,\"height\":630,\"caption\":\"BOUF'S\"},\"image\":{\"@id\":\"https:\/\/www.boufs.be\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Boufsrestaurant\",\"https:\/\/www.linkedin.com\/company\/bouf-s\/\",\"https:\/\/www.instagram.com\/boufs_restaurant\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BOUF&#039;S - Menu 2025 - Restaurant Tervuren","description":"The menu of mediterranean restaurant BOUF'S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.boufs.be\/en\/menu\/","og_locale":"en_US","og_type":"article","og_title":"BOUF&#039;S - Menu 2025 - Restaurant Tervuren","og_description":"The menu of mediterranean restaurant BOUF'S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!","og_url":"https:\/\/www.boufs.be\/en\/menu\/","og_site_name":"BOUF&#039;S","article_publisher":"https:\/\/www.facebook.com\/Boufsrestaurant","article_modified_time":"2026-04-23T08:06:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.boufs.be\/en\/menu\/","url":"https:\/\/www.boufs.be\/en\/menu\/","name":"BOUF&#039;S - Menu 2025 - Restaurant Tervuren","isPartOf":{"@id":"https:\/\/www.boufs.be\/en\/#website"},"datePublished":"2026-02-19T12:20:42+00:00","dateModified":"2026-04-23T08:06:27+00:00","description":"The menu of mediterranean restaurant BOUF'S in Tervuren. Discover authentic flavours and innovative dishes. Taste the difference!","breadcrumb":{"@id":"https:\/\/www.boufs.be\/en\/menu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.boufs.be\/en\/menu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.boufs.be\/en\/menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.boufs.be\/en\/"},{"@type":"ListItem","position":2,"name":"Menu"}]},{"@type":"WebSite","@id":"https:\/\/www.boufs.be\/en\/#website","url":"https:\/\/www.boufs.be\/en\/","name":"BOUF'S","description":"Restaurant m\u00e9dit\u00e9ran\u00e9en","publisher":{"@id":"https:\/\/www.boufs.be\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.boufs.be\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.boufs.be\/en\/#organization","name":"BOUF'S","url":"https:\/\/www.boufs.be\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.boufs.be\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.boufs.be\/wp-content\/uploads\/2024\/03\/opengraph.jpg","contentUrl":"https:\/\/www.boufs.be\/wp-content\/uploads\/2024\/03\/opengraph.jpg","width":1200,"height":630,"caption":"BOUF'S"},"image":{"@id":"https:\/\/www.boufs.be\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Boufsrestaurant","https:\/\/www.linkedin.com\/company\/bouf-s\/","https:\/\/www.instagram.com\/boufs_restaurant\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/pages\/9079","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/comments?post=9079"}],"version-history":[{"count":8,"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/pages\/9079\/revisions"}],"predecessor-version":[{"id":9094,"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/pages\/9079\/revisions\/9094"}],"wp:attachment":[{"href":"https:\/\/www.boufs.be\/en\/wp-json\/wp\/v2\/media?parent=9079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}