Thursday, June 26, 2025
30.8 C
Singapore

Singaporeans see red over Giordano’s National Day apparel ad featuring Ang Moh family

Clothing brand Giordano has drawn flak for an advertisement about their National Day polo t-shirt collection that features a Caucasian father, mother, son and an Asian daughter standing in front of a National Day themed backdrop.

The photo appears to be a shoddily photoshopped version of an older Giordano advertisement featuring the same models in casual wear:

Netizens have been brutal with their comments, highlighting the race of the models in a National Day advertisement and also poking fun at Giordano’s graphic designer for the poor photoshop job:

Show your love for Singapore by jumping onto the matchy-matchy family bandwagon with us! Polos are at $39(min 2) and…

Posted by GIORDANO on Thursday, 20 July 2017

See also  Sri Lanka accuses Singapore of sheltering suspect involved in $74 million trading scam

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });