MJAA™🔥Last Day Promotion - 50% OFF🔥LED Anti-collision Strobe Lights

KSh3,698.00
KSh6,998.00
-47%
Quantity
people are viewing this right now
Kenya Nairobi, 2-Day Delivery
Guaranteed Safe Checkout and Fast Refunds
7 Days Free Return and Change
Customer Service Whatsapp: +254114968848--🔥Contact customer service to get a discounted price🔥 M-pesa

Description

No need to worry about the police!
Our lights are available in 7 colors and can be set to blink or stay on.

We designed these lights for off-road use, like many lights designed for cars.

Tips: This product is a legal compliance of the 7-colors strobe light, not red and blue warning lights, does not violate traffic rules.

🔥99.3% of Reviewers Recommends This Product.

🏍✨Show off your beloved motorcycle in a cool way and remind vehicles to keep a safe distance.
🥳New upgrade-vibration mode: Only one manual power on, after that just start the machine to sense the switch.

Suitable for any scene

Wide Applications: The strobe light can be used for RC car, RC boat, E-bike, dirt bike, camping, fishing, hiking, truck emergency.

 🌈7 Light Colors & 33 Light Modes: There are 7 colors: white, red, green, blue, yellow, pink purple, ice blue, and different light modes: static, fast flashing, slow flashing, SOS & civil aviation mode.

Note: the light has memory functions.While you turn on the light again, it will will operate the color and mode of the last time before you turing off.

💡Smaller Size & Brighter Lights: Only weights 15g, super light weight, won't takes the space to the bike/car. The Strobe Lights adopts premium led chip-set, light effects & brightness will be better.

Features

Bright wick is a decorative light and a warning light

High-quality bright multi-colour wick, high bright beads to enhance the safety of driving warning without fear of tailgating

USB charging for extra long battery life

USB Rechargeable Design: Built-in 90mAh battery, only takes about 15 minutes for a fully charged, the light can work up to 8 hours.

Simple to use

Button control, 4 modes can be switched at will

7 colors 4 modes

Seven-colour cycle (white, blue, red, green, purple, pink, yellow, cyan), fast flashing mode, long light mode, slow flashing mode

 

Three types of installation

1.Velcro mounting

2.Leather strap installation

3.Strong magnetic attraction

Product Parameter:

Power Supply: 5V 1A

Built-in battery: 3.7V 90mAh

Charging Port: Micro USB

Charging Time: about 15 minutes

Service Lifetime: up to 8 hours (will vary due to different light modes)

Colors: White, Red, Green, Blue, Yellow, Pink Purple, Ice Blue

Memory Function: Yes

Packing list: 1 * Strobe Light 1 * Type-C charging cable 2 * Fixing tape 2 * ring belt 1 * Magnet

Comes with detailed instructions for use.

Real comments from customers

🎁💐 Don't forget to get some for your family and friends as it's an unique gift idea.

Our factory

Click "  Add to Cart  " to get yours immediately! 

Consultants from the Brand Customer Service Department will be glad to give you personal advice and answer your questions: Monday to Friday, 10:00 to 19:00.At the same time, you can also browse the home page to get all our contact information.

SHIPPING

We would greatly appreciate your patience and understanding as we work to meet demand while ensuring that every piece meets our high-quality standards.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.