Are you ready for the next RIUH?

00

Days

00

Hours

00

Minutes
RIUH Ritma Raya bersama Lazada
April 9, 2023
Sentul Depot, Kuala Lumpur
Featured in the Event:
No items found.
No items found.
No items found.
THE LISTS YOU HAVE BEEN WAITING FOR ARE FINALLY HERE! ✨ It’s Raya shopping galore with retail brands like Nobat, Kyut Skin and Thips. Tons of F&B joints to get some yummy in your tummy, fun workshops like Linocut you can join plus live acts including Asyraf Nasir and Crinkle Cut as well as awesome activities so don’t miss out this weekend! 🎊 RITMA RAYA with @lazada_my as our co-host is happening this 8th and 9th April 2023 from 3pm to 12am at Sentul Depot, Kuala Lumpur! 🏙 Spread the word and we'll see you there! 🌙 @lazada_my | @sentuldepot | @tontonmy | @tiffineats #ritmaraya #riuhxlazada #riuhinthecity #mycreativegroup
Event Highlight
View event album
Relive The Music: RIUH In Your Ears
Spotify Playlist
RIUH Ritma Raya bersama Lazada
document.addEventListener("DOMContentLoaded", function () { let items = document.querySelectorAll(".cms-list .w-dyn-item"); // Select CMS items let loadMoreBtn = document.querySelector(".load-more-btn"); let itemsToShow = 6; // Number of items to show at first let currentIndex = 0; function showItems() { for (let i = currentIndex; i < currentIndex + itemsToShow; i++) { if (items[i]) items[i].style.display = "block"; } currentIndex += itemsToShow; if (currentIndex >= items.length) loadMoreBtn.style.display = "none"; // Hide button when all items are shown } showItems(); loadMoreBtn.addEventListener("click", showItems); });