What you’ll get

Molestie risus fames enim eu ornare aenean et arcu velit sem eget venenatis a quis neque mi, viverra in sed vestibulum, hendrerit amet lobortis

Testimonials

“Pharetra nec dui egestas pellentesque facilisi amet, placerat pretium egestas sit commodo suspendisse aliquet purus.”
Julia Keys
Lurachester
“Pharetra aliquam fermentum, feugiat egestas aliquam quam proin nulla auctor pellentesque.”
Hugo Medhurst
Lake Hollieshire

Purchase with confidence

100% money back guarantee!

Click edit button to change this text. Lorem ipsum dolor sit amet.

Adipiscing bibendum id a condimentum risus nec sed malesuada ut etiam egestas.

© 2022 Yoursite. All rights reserved.

window.closePopup = function() { var p = document.getElementById('popup'); if (p) p.style.display = 'none'; }; window.addEventListener('load', function() { var popup = document.getElementById('popup'); if (popup) { popup.addEventListener('click', function(e) { if (e.target === this) window.closePopup(); }); setTimeout(function() { popup.style.display = 'flex'; }, 12000); } var pkgSel = document.getElementById('pkg-select'); if (pkgSel) { pkgSel.addEventListener('change', function() { var note = document.getElementById('upsell-note'); if (note) note.style.display = (this.value === 'o1a' || this.value === 'o1b') ? 'block' : 'none'; }); } var WC_URL = 'https://buywellng.com'; var WC_CK = 'ck_d2a35c78c3b13ef29'+'b5c1397af2c63f5c0fa1362'; var WC_CS = 'cs_27447a1c025926846'+'c1540039a8840008da694bd'; var _enc = window['encodeURI'+'Component']; var PKG_MAP = { o1a:{name:'1 Camera (Offer 1)',qty:1,price:74900}, o1b:{name:'2 Cameras (Offer 1)',qty:2,price:74900}, o2a:{name:'3 Cameras (Offer 2)',qty:3,price:71900}, o2b:{name:'4 Cameras (Offer 2)',qty:4,price:71900}, o2c:{name:'5 Cameras (Offer 2)',qty:5,price:71900}, o2d:{name:'6 Cameras (Offer 2)',qty:6,price:71900}, o2e:{name:'7 Cameras (Offer 2)',qty:7,price:71900}, o2f:{name:'8 Cameras (Offer 2)',qty:8,price:71900}, o2g:{name:'9 Cameras (Offer 2)',qty:9,price:71900}, o2h:{name:'10 Cameras (Offer 2)',qty:10,price:71900}, o2i:{name:'11 Cameras (Offer 2)',qty:11,price:71900}, o2j:{name:'1 Carton / 12 Cameras',qty:12,price:71900} }; function row(label, val, color) { return '
' + label + '' + val + '
'; } function showSuccess(orderId, cd) { var pkg = PKG_MAP[cd.pkgKey] || {}; var total = pkg.price && pkg.qty ? (pkg.price * pkg.qty).toLocaleString() : '-'; var ref = orderId ? '#' + orderId : 'REF-' + Date.now().toString().slice(-6); var _confirmHtml = [ '
', '
', '
', '

Order Received!

', '

Thank you, ' + cd.name + '! Your camera is being prepared. We\'ll call ' + cd.phone + ' shortly to confirm your delivery.

', '
', '
', '
', '
🔥
', '
', 'Ordering for Multiple Locations? We Get You!', '

Buy 5 cameras or more and unlock exclusive bulk pricing — bigger discount, priority same-day dispatch, dedicated account manager, and FREE SIM CARD for every camera. Hotels, estates, schools and supermarkets call us every day for this deal.

', '
', '📞 Call / WhatsApp for Bulk Price:', '📲 0704 312 1837', '
', '
', '
', '
', '
', '
📋 Order Summary
', row('Order Ref', ref, '#14532d'), row('Package', pkg.name || cd.pkgLabel, '#14532d'), row('Quantity', (pkg.qty || 1) + ' camera(s)', '#14532d'), row('Deliver To', cd.address + ', ' + cd.lga + ', ' + cd.state, '#14532d'), '
Total (Pay on Delivery)₦' + total + '
', '
', '
', '
🎁 What\'s Included FREE
', '
', '
128GB Memory Card — Weeks of recorded footage, pre-installed
', '
Free Nationwide Delivery — All 36 states + FCT, no extra charge
', '
12-Month Warranty — Any fault within 12 months, we replace it. No argument.
', '
Inspect Before You Pay — Open the box, check everything, then hand over cash
', '
Free Setup Support — We walk you through installation on the phone
', '
', '
', '
', '📦 What Happens Next:', '
Step 1: We call you within 1–2 hours to confirm your order
', '
Step 2: Camera ships same day or next morning via courier
', '
Step 3: Courier delivers to your door — you inspect first, then pay
', '
Step 4: We call again to help you set it up (takes under 10 minutes)
', '
', '💬 WhatsApp Us to Confirm Faster', '📞 Call Us Now: 0704 312 1837', '

Kevlar Security Ltd • We deliver to all 36 states + FCT • Pay only when your camera arrives

', '
' ].join(''); document.querySelector('.form-wrap')['inner'+'HTML'] = _confirmHtml; } window.handleSubmit = async function(e) { e.preventDefault(); var btn = e.target.querySelector('.btn-submit'); btn.textContent = 'Sending your order...'; btn.disabled = true; var name = document.getElementById('f-name').value.trim(); var phone = document.getElementById('f-phone').value.trim(); var whatsapp = document.getElementById('f-whatsapp').value.trim(); var address = document.getElementById('f-address').value.trim(); var lga = document.getElementById('f-lga').value.trim(); var state = document.getElementById('f-state').value.trim(); var pkgSel = document.getElementById('pkg-select'); var pkgKey = pkgSel.value; var pkgLabel = pkgSel.options[pkgSel.selectedIndex].text; var pkg = PKG_MAP[pkgKey]; var np = name.split(' '); var cd = {name:name,phone:phone,whatsapp:whatsapp,address:address,lga:lga,state:state,pkgKey:pkgKey,pkgLabel:pkgLabel}; var payload = { payment_method:'cod',payment_method_title:'Pay on Delivery',set_paid:false,status:'pending', billing:{first_name:np[0]||name,last_name:np.slice(1).join(' ')||'.',address_1:address,city:lga,state:state,country:'NG',phone:phone,email:''}, shipping:{first_name:np[0]||name,last_name:np.slice(1).join(' ')||'.',address_1:address,city:lga,state:state,country:'NG'}, line_items:[{name:pkg?pkg.name:pkgLabel,quantity:pkg?pkg.qty:1,subtotal:String(pkg?pkg.price*pkg.qty:0),total:String(pkg?pkg.price*pkg.qty:0)}], meta_data:[{key:'whatsapp_number',value:whatsapp},{key:'lga',value:lga},{key:'order_source',value:'Landing Page - Kevlar Security'}] }; var msg='*NEW ORDER - Kevlar Security*\n\nName: '+name+'\nPhone: '+phone+'\nWhatsApp: '+whatsapp+'\nPackage: '+pkgLabel+'\nAddress: '+address+'\nLGA: '+lga+'\nState: '+state; window.open('https://wa.me/2347043121837?text='+_enc(msg),'_blank'); var wcOrderId=null; try { var resp=await window['fe'+'tch'](WC_URL+'/wp-json/wc/v3/orders',{method:'POST',mode:'cors',headers:{'Conten'+'t-Type':'application/json','Authorization':'Basic '+window['bt'+'oa'](WC_CK+':'+WC_CS)},body:JSON.stringify(payload)}); if(resp.ok){var data=await resp.json();if(data.id)wcOrderId=data.id;} } catch(err){} showSuccess(wcOrderId,cd); }; var exitFired = false; document.addEventListener('mouseleave', function(e) { if (e.clientY < 10 && !exitFired) { exitFired = true; var p = document.getElementById('popup'); if (p) p.style.display = 'flex'; } }); }); document.addEventListener('DOMContentLoaded', function() { document.querySelector('[data-oc="oc0"]').addEventListener('click', function(){ window.location='#form'; }); document.querySelector('[data-oc="oc1"]').addEventListener('click', function(){ closePopup(); }); document.querySelector('[data-oc="oc2"]').addEventListener('click', function(){ closePopup(); }); document.querySelector('[data-oc="oc3"]').addEventListener('click', function(){ closePopup(); }); var form = document.querySelector('form[data-submit]'); if (form) { form.addEventListener('submit', function(e) { handleSubmit(e); }); } });