The Holy Grail of Style 2017
A classy evening steeped in luxury and style!
Celebrating the Luxury Lifestyle World at Bangalore’s ‘must-attend’ society event and the only place where a whole spectrum of premium brands unite to create a lifestyle showcase unlike any other!
#GenesisLuxury #TouchstoneConsulting #RitzMagazine #PernodRicard #ShangriLaBengaluru
#InTheNews #MediaCoverage
Access the full coverage here
Tanya Fontes with Namita Gupta {Ritz Magazine Regional Editor, Bengaluru}
Tanya Fontes with Shamira Ajani {Shangri-La PR Director, Bengaluru}
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 (_) {} })();