Thursday, June 26, 2025
28.5 C
Singapore

Lady hit by falling billboard at Changi Airport

Obbana Rajah

A passenger at Changi Airport was hit by a falling billboard sometime on Thursday.

She was subsequently taken to the airport clinic for treatment and was certified fit to travel.

The woman was not taken to the hospital to treat her injuries.

According to a report by the Lianhe Wanbao, a worker who wished to be anonymous, had a photo of a damaged billboard lying outside a shop.

The billboard was supposedly placed outside a store that sold skincare products. As the lady was passing by, the billboard fell suddenly and hit her arm.

According to a spokesman from Changi airport, the lady was fit to travel and left Singapore on her scheduled flight.

Netizens found much humour in this incident.

 


[email protected]

See also  Why should single mothers be treated differently from other mothers?

Hot this week

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