function simple_issue_model_whatsapp() {
?>
π¨ Need Help
Skip to content
Home
Reliable Electronic Repairs
Β Fixing fridges, washing machines, and microwaves with care.
Fridge Care
Keep your fridge running smoothly.
Washing Help
Expert fixes for your washing machine.
Microwave Fix
Quick repairs to heat your meals.
Our Services
Expert fridge repairs to keep your food fresh and cool.
Reliable washing machine fixes that get your laundry moving.
Reliable washing machine fixes that get your laundry moving.
Stay Connected
Get timely updates and tips for your appliances by subscribing to our service.
if (!function_exists('smart_whatsapp_call_widget')) {
function smart_whatsapp_call_widget() {
$phone = '919739696903';
$message = 'Hi I need roadside assistance';
$wa_link = 'https://wa.me/' . $phone . '?text=' . urlencode($message);
$call_link = 'tel:+' . $phone;
?>
π¨ Need roadside help? Tap to chat on WhatsApp
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );