Thursday, June 26, 2025
30.8 C
Singapore

Heavy Rain Turns Formula 1 Concert Ground into Mud Pit, Ruining Premium Footwear for Attendees

Nike Jordans were no match for the heavy rain during the Formula 1 Grand Prix concert at the Padang stage, which turned the ground into a “muddy situation”.

Videos of the venue went viral on TikTok, with concertgoers passing through the area cautiously and unable to party to their hearts’ content.

@cvlsx

jumping in muddy puddles! #singaporegp #singaporef1

♬ Monkeys Spinning Monkeys – Kevin MacLeod & Kevin The Monkey

A TikTok user showed their feet were “stuck to the ground,” preventing them from raving or else they would be jumping in muddy puddles.

Photo: TikTok screengrab

A woman in an orange shirt fell victim to the mud splatter caused by her sandals as she walked.

Photo: TikTok screengrab

“PSA to all: don’t wear elite shoes, light-coloured clothing and long bottoms,” the TikTok user added.

Another video showed Hermes sandals going through “mud therapy.”

Photo: TikTok screengrab

“Before y’all come at me, I didn’t expect the place to be so muddy, and before I left home, I was deciding between white shoes or these sandals. Either way, it’s gonna end up this way too,” said the TikTok user who didn’t expect the heavy rain.

A pair of Nike Jordans was also caught sacrificing themselves to help the wearer get across the grassy area. The patch of grass looked like an added obstacle course that visitors had to trudge through cautiously.

“Well, this became part of the fun, I guess. Maybe tonight they might add more platforms,” said the TikTok user.

Perhaps waterproof rain boots will be the fashion attire of choice at the next Grand Prix. /TISG

‘Take BMW la. Bus Mrt Walk!’ Netizens say after man complains  of ‘traffic everywhere’ due to F1 road closures

Read also:

Singapore F1 Grand Prix 2023: Time to warm up those engines!

LTA: Road closures for F1 preparation around Marina Centre and Padang areas | The Independent Singapore News 

Singaporean Artists Light Up Formula 1 Grand Prix 2022 with Electrifying Performances

Singapore’s F1 Grand Prix: A Spotlight on Local Talent Amidst Racing Thrills

See also  "Waste of time, waste of space" - Socio-political commentators slam new opposition party by ex-NSP sec-gen

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