top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Bodalla Pub

sab 31 mag

|

73-77 Princes Hwy, Bodalla NSW 2545, Australia

Get ready for an electrifying afternoon of live music as RIFF returns to Bodalla Pub!

Registration is closed
See other events
Bodalla Pub
Bodalla Pub

Orario & Sede

31 mag 2025, 13:00 โ€“ 16:00

73-77 Princes Hwy, Bodalla NSW 2545, Australia

Info sull'evento

๐ŸŽถ RIFF Live at Bodalla Pub! ๐ŸŽถ


๐Ÿ“… Date: Saturday, 31st of May, 2025

โฐ Time: 1:00 PM โ€“ 4:00 PM

๐Ÿ“ Venue: Bodalla Pub, Bodalla, NSW


Get ready for an electrifying afternoon of live music as RIFF returns to Bodalla Pub! From 1 PM to 4 PM, enjoy a dynamic setlist packed with high-energy rock, heartfelt originals, and classic favourites. Whether you're looking to relax with a drink, sing along, or hit the dance floor, this is a show you won't want to miss!


๐Ÿ”ฅ Great music, great vibes, and a fantastic pub atmosphere โ€“ the perfect way to spend your Saturday!


Condividi questo evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });