top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Cofield Wines, Wahgunyah - FATHERS DAY

9月06日(日)

|

341 Distillery Rd, Wahgunyah VIC 3687, Australia

Celebrate Fathers Day in style at the beautiful Cofield Wines 🍷

Cofield Wines, Wahgunyah - FATHERS DAY
Cofield Wines, Wahgunyah - FATHERS DAY

日時・場所

2026年9月06日 12:00 – 2026年9月07日 16:00

341 Distillery Rd, Wahgunyah VIC 3687, Australia

イベントについて

🎶 Fathers Day at Cofield Wines 🎶


Join me, RIFF, for a laid-back afternoon of live music on Sunday 6th of September from 12PM to 4PM. Set against the stunning vineyard backdrop, this is the perfect way to unwind with great tunes, fine wine, and even better company.


Bring your friends, grab a glass (or bottle) of your favourite Cofield wine, and soak up the relaxed vibes as I perform a mix of crowd favourites and original tracks.


Let’s make it a day to remember 🍷🎶

このイベントをシェア

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); });