Whether you need a quick snack or light bite

The Clock Tower at Tre-Ysgawen Hall

Welcome to the Clock Tower — a relaxed and inviting spot to enjoy delicious food, refreshing drinks, and a friendly atmosphere. Whether you're a hotel guest or visiting for the day, the Clock Tower is the perfect place to unwind.

Join us every Thursday evening for our much-loved Curry Night — two tasty homemade curries, served with naan, rice, and your choice of two beers or glasses of wine, all for just £30.

On Saturdays, treat yourself to a leisurely brunch, with a menu full of favourites to set you up for the weekend.

We also show a variety of live sports on the big screen, so you can catch the action while enjoying great food and drink.

No booking required – just drop in and relax.

For more details, call 01248 750 750 or email enquiries@treysgawen-hall.co.uk.

document.addEventListener("DOMContentLoaded", function () { const blocks = document.querySelectorAll('.policy-toggle-block'); blocks.forEach(function (block) { const btn = block.querySelector('.policy-toggle-btn'); const shortList = block.querySelector('.policy-list--short'); const fullList = block.querySelector('.policy-list--full'); if (!btn || !shortList || !fullList) return; btn.addEventListener('click', function () { const isOpen = fullList.style.display === 'block'; if (isOpen) { fullList.style.display = 'none'; shortList.style.display = 'block'; btn.textContent = '…view more'; } else { fullList.style.display = 'block'; shortList.style.display = 'none'; btn.textContent = 'view less'; } }); }); });