top of page

Reserve Your 3-course dinner

© 2035 by Paella & Beyond . Powered and secured by Wix 

bottom of page
(function () { function hideDuration( ) { const selectors = [ '[data-hook="service-duration"]', '[data-hook="duration"]', '[data-hook="service-details-duration"]', 'li[data-hook="serviceDetailsDuration"]', '.service-details [data-hook*="duration"]' ].join(','); document.querySelectorAll(selectors).forEach(el => { el.style.display = 'none'; }); // Oculta cualquier texto que diga "1 hr" document.querySelectorAll('*').forEach(el => { const t = (el.textContent || '').trim().toLowerCase(); if (t === '1 hr' || t === '1hr' || t === '1 hour') { el.style.display = 'none'; } }); }