Urban Diaries

Painting Diamonds with Soul

Painting Diamonds with Soul

#InTheNews #TheNewIndianExpress #Induge #Page3

C Krishniah Chetty Group of Jewellers and award-winning Indo-Canadian diamond artist and jewellery designer, Reena Ahluwalia came together to exhibit rare, limited edition diamond paintings as a part of the Founder’s day celebrations of The C Krishniah Chetty Group.

On display were Miss Ahluwalia’s large scale hyper-realistic paintings with ultra magnified facets, which celebrate the human spirit and the best in each one of us. The value and provenance of her paintings is related to a very limited nature of supply and the historic imprint she has made as a world-renowned jewellery artist.

C Krishniah Chetty Group Founder Mr. Vinod Hayagirv with Diamond Artist Reena Ahluwalia

 

#snapshots

Tanya Fontes with C Krishniah Chetty Group Founder Mr. Vinod Hayagirv

Tanya Fontes with Diamond Artist Reena Ahluwalia

Tanya Fontes with Jewellery Stylist Amit Pandya

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 (_) {} })();