top of page

About LUMINAONE PRO

Welcome to LUMINAONE PRO, your one-stop-shop for the best quality lights, switches, sockets, electrical accessories, and materials at affordable prices. Our goal is to provide good customer care and ensure you get the best deals in the market. We take pride in our wide selection of products and knowledgeable staff. Our team is always ready to assist in finding the right products to meet your needs. 

Our company was founded with a mission to provide high-quality electrical supply products at competitive prices. We strive to provide exceptional customer service and ensure customer satisfaction. Our team is made up of experienced professionals in the industry who are passionate about what they do. We believe in building strong relationships with our customers and fostering a community of like-minded individuals. Thank you for choosing LUMINAONE PRO.

bottom of page
console.log("Code is running on page: " + window.location.href); import wixWindow from 'wix-window'; // Function to update the welcome message function updateWelcomeMessage() { // Get the current date and time var now = new Date(); var hours = now.getHours(); // Get the Text element by its ID var welcomeMessage = $w("#text28"); // Display a welcome message based on the time of day if (hours >= 5 && hours < 12) { welcomeMessage.text = "Good Morning!"; } else if (hours >= 12 && hours < 18) { welcomeMessage.text = "Good Afternoon!"; } else { welcomeMessage.text = "Good Evening!"; } } // Call the function when the page is loaded $w.onReady(function () { updateWelcomeMessage(); });