Thursday, June 26, 2025
30.8 C
Singapore

Max Fashion opens first store in Malaysia!

Max Fashion launched its very first store in South East Asia (SEA) today in IOI City Mall, Putrajaya.

The event was graced by Ramanathan Hariharan, Max CEO and Director of Landmark Group, Renuka Jagtiani, Vice Chairperson of Landmark Group, Lee Yeow Seng, Chief Executive Officer of IOI Properties, and Malaysia’s sweetheart Scha Alyahya, with a ribbon cutting ceremony.

The launch of Max Fashion saw an overwhelming response from shoppers that queued to be part of the first 100 to get a cash voucher to shop in the store.

Guests and media were also entertained with a special fashion show that showcased Max’s Summer Collection, Active Wear Collection and the Raya Collection.

See also  Msians shocked by staff kissing dough, mamak stall worker using broom to clean cooking pots, and hawker washing pot with drain water

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