top of page

Elevate your home lighting with our B22 8W 1050 lumens Smart Vintage Edison LED Bulb. This energy-efficient bulb works with the Home App Smart Life, blending classic aesthetics with modern technology for any decor.

Smart Vintage Edison LED Bulb B22

£18.99Price
    No Reviews YetShare your thoughts. Be the first to leave a review.
    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(); });