Cleaning By Faye
At Cleaning by Faye, I treat every space as a canvas for care and attention. I understand the challenges of balancing work, family, and life’s unexpected twists, which is why I’ve built a small, trusted team dedicated to delivering a personalized cleaning experience. Every detail is thoughtfully managed so you can relax and enjoy a pristine, stress-free environment.
var auto_play = '1';
var slide_duration = '500';
auto_play = (auto_play==1) ? { delay: slide_duration, disableOnInteraction: false,} : false;
//console.log(auto_play);
var swiper = new Swiper('.img-slider-swiper-auto', {
spaceBetween: 30,
//effect: 'flip',
effect: 'fade',//for fade effect
// effect: 'cube',
// cubeEffect: {
// shadow: true,
// slideShadows: true,
// shadowOffset: 20,
// shadowScale: 0.94,
// },
centeredSlides: true,
autoplay: auto_play,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.img-slider-swiper-button-next',
prevEl: '.img-slider-swiper-button-prev',
},
keyboard: {
enabled: true, //for keyboard control
},
});