// Adds dimensions UUID, Author and Topic into GA4
Sunday, February 15, 2026
29.4 C
Singapore

Snapsots of Singapore: Chinatown

It’s the time of the year again. Chinatown is bustling with people, tidbits and decorations. All red and gold and every colour in between. Here are some of the moments captured in Chinatown right before the Lunar New Year comes by:

 

See also  Woman arrested after her Ferrari turned turtle in an accident
- Advertisement -

Hot this week

Spy agency says Kim Jong Un’s daughter is close to being designated North Korea’s future leader

By KIM TONG-HYUNG Associated Press SEOUL, South Korea (AP) — South Korea’s spy agency told lawmakers on Thursday that it believes the teenage daughter of North Korean leader Kim Jong Un is close t...

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); } });
// //