An Evening with Trendy Timekeepers
At a special event held at Fava in Bangalore, Swiss luxury watch brand Omega in association with Ritz Magazine proudly unveiled its latest collection for the festive season.
#OmegaWatches #RitzMagazine #InTheNews #MediaCoverage
Access the full coverage here
Tanya Fontes with Vikram Dhar
Tanya Fontes with Aruna R Krishnan {Editor and Publisher RITZ Fashion and Lifestyle Magazine}
Tanya Fontes with Chef Abhijit Saha {Founding Director and Chef of Avant Garde Hospitality Pvt
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 (_) {} })();