Wine And Barbecue Afternoon At Hyatt Centric Bengaluru
#InTheNews #MediaCoverage #IndulgeBangalore
Hyatt Centric MG Road Bangalore along with world-renowned wine connoisseur and Brand Director of Fratelli Wines, Craig Wedge hosted a Wine and Barbecue Saturday afternoon at The Bengaluru Brasserie, with some of the finest wines and grills. The interactive lunch was followed by a fun grape stomping session by the pool, in celebration of the origin of this popular elixir.
#snapshots
Tanya Fontes with the Marketing Manager at Hyatt Centric
Tanya Fontes with Craig Wedge
Tanya Fontes
Tanya Fontes with Smita Agrawal and Jackie Pinto
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();