top of page

Welcome to LUMINAONE PRO
 

Best Quality Electrical Supplies at Affordable Prices

Featured Products

Good Customer Care

At LuminaOne Pro, we value good customer care. Our team is dedicated to helping you find the right products to meet your electrical needs.

Image by Daniel Herron
Ask an Expert

Expert Advice

Our team of experts are available to provide you with advice and tips on how to select and install electrical supplies that are right for you.

LIGHTS COMING SOON

Brands & Designers
Modern Kitchen
Filament Bulb
WhatsApp Image 2024-02-06 at 05.13.48.jpeg
Interior of Cafe
Edison Bulb

Best Designs

#LuminaOnePro

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