top of page

Introducing our sleek and versatile Matte Grey USB Socket, designed with both modern convenience and timeless style in mind. Featuring USB-C compatibility alongside a standard USB A port, this socket ensures effortless connectivity for a wide range of devices, bridging the gap between older and newer technology seamlessly. Crafted from premium fire-retardant polycarbonate, safety meets sophistication in every detail. Elevate your space with its stylish modern design, embodying the perfect fusion of form, style and function.

USB Socket-Matte Grey

£22.99Price
    • 3.1 A total output, quick charge
    • Compatible with 25mm back boxes
    • Made from Fire-retardant PC
    • Child shutter protection 
    • USB C & USB A Ports offer more variety of charging
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(); });