{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(2733)),r=o(n(1744));class _default extends s.default{constructor(){super(...arguments),this.uniqueId=`popup-${this.document.getSettings("id")}-impressions-count`;const{times_count:e,times_period:t,times_times:n}=this.getSettings();this.settings={countOnOpen:e,period:t,showsLimit:parseInt(n)},""===this.settings.period&&(this.settings.period=!1),["","close"].includes(this.settings.countOnOpen)?(this.settings.countOnOpen=!1,this.onPopupHide()):this.settings.countOnOpen=!0,this.utils=new r.default({uniqueId:this.uniqueId,settings:this.settings,storage:elementorFrontend.storage})}getName(){return"times"}check(){if(!this.settings.period){const e=this.document.getStorage("times")||0,t=this.getTimingSetting("times");return this.utils.shouldDisplayBackwordCompatible(e,t)}if("session"!==this.settings.period){if(!this.utils.shouldDisplayPerTimeFrame())return!1}else if(!this.utils.shouldDisplayPerSession())return!1;return!0}onPopupHide(){window.addEventListener("elementor/popup/hide",(()=>{this.utils.incrementImpressionsCount()}))}}t.default=_default},7471:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(2733));class _default extends s.default{getName(){return"url"}check(){const e=this.getTimingSetting("url"),t=this.getTimingSetting("action"),n=document.referrer;if("regex"!==t)return"hide"===t^-1!==n.indexOf(e);let o;try{o=new RegExp(e)}catch(e){return!1}return o.test(n)}}t.default=_default},3758:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(9739)),r=o(n(9226)),l=o(n(4270)),i=o(n(1697)),a=o(n(9143)),d=o(n(3676)),u=o(n(7541));class _default extends elementorModules.Module{constructor(e,t){super(e),this.document=t,this.triggers=[],this.triggerClasses={page_load:s.default,scrolling:r.default,scrolling_to:l.default,click:i.default,inactivity:a.default,exit_intent:d.default,adblock_detection:u.default},this.runTriggers()}runTriggers(){const e=this.getSettings();jQuery.each(this.triggerClasses,((t,n)=>{if(!e[t])return;const o=new n(e,(()=>this.onTriggerFired()));o.run(),this.triggers.push(o)}))}destroyTriggers(){this.triggers.forEach((e=>e.destroy())),this.triggers=[]}onTriggerFired(){this.document.showModal(!0),this.destroyTriggers()}}t.default=_default},7541:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{getName(){return"adblock_detection"}generateRandomString(){const e="abcdefghijklmnopqrstuvwxyz0123456789";let t="";for(let n=0;n<6;n++){t+=e[Math.floor(36*Math.random())]}return t}hasAdblock(){const e=`elementor-adblock-detection-${this.generateRandomString()}`;this.createEmptyAdBlockElement(e);const t=document.querySelector(`#${e}`);if(!t)return!0;const n="none"===window.getComputedStyle(t)?.display;return this.removeEmptyAdBlockElement(t),n}createEmptyAdBlockElement(e){const t=document.createElement("div");t.id=e,t.className="ad-box",t.style.position="fixed",t.style.top="0",t.style.left="0",t.setAttribute("aria-hidden","true"),t.innerHTML=" ",document.body.appendChild(t)}removeEmptyAdBlockElement(e){e.remove()}run(){this.timeout=setTimeout((()=>{this.hasAdblock()&&this.callback()}),1e3*this.getTriggerSetting("delay"))}destroy(){clearTimeout(this.timeout)}}t.default=_default},6904:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(e,t){super(e),this.callback=t}getTriggerSetting(e){return this.getSettings(this.getName()+"_"+e)}}t.default=_default},1697:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{constructor(){super(...arguments),this.checkClick=this.checkClick.bind(this),this.clicksCount=0}getName(){return"click"}checkClick(){this.clicksCount++,this.clicksCount===this.getTriggerSetting("times")&&this.callback()}run(){elementorFrontend.elements.$body.on("click",this.checkClick)}destroy(){elementorFrontend.elements.$body.off("click",this.checkClick)}}t.default=_default},3676:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{constructor(){super(...arguments),this.detectExitIntent=this.detectExitIntent.bind(this)}getName(){return"exit_intent"}detectExitIntent(e){e.clientY<=0&&this.callback()}run(){elementorFrontend.elements.$window.on("mouseleave",this.detectExitIntent)}destroy(){elementorFrontend.elements.$window.off("mouseleave",this.detectExitIntent)}}t.default=_default},9143:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{constructor(){super(...arguments),this.restartTimer=this.restartTimer.bind(this)}getName(){return"inactivity"}run(){this.startTimer(),elementorFrontend.elements.$document.on("keypress mousemove",this.restartTimer)}startTimer(){this.timeOut=setTimeout(this.callback,1e3*this.getTriggerSetting("time"))}clearTimer(){clearTimeout(this.timeOut)}restartTimer(){this.clearTimer(),this.startTimer()}destroy(){this.clearTimer(),elementorFrontend.elements.$document.off("keypress mousemove",this.restartTimer)}}t.default=_default},9739:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{getName(){return"page_load"}run(){this.timeout=setTimeout(this.callback,1e3*this.getTriggerSetting("delay"))}destroy(){clearTimeout(this.timeout)}}t.default=_default},4270:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{getName(){return"scrolling_to"}run(){let e;try{e=jQuery(this.getTriggerSetting("selector"))}catch(e){return}e.length&&(this.setUpIntersectionObserver(),this.observer.observe(e[0]))}setUpIntersectionObserver(){this.observer=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting&&this.callback()}))}))}destroy(){this.observer&&this.observer.disconnect()}}t.default=_default},9226:(e,t,n)=>{var o=n(6784);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o(n(6904));class _default extends s.default{constructor(){super(...arguments),this.checkScroll=this.checkScroll.bind(this),this.lastScrollOffset=0}getName(){return"scrolling"}checkScroll(){const e=scrollY>this.lastScrollOffset?"down":"up",t=this.getTriggerSetting("direction");if(this.lastScrollOffset=scrollY,e!==t)return;if("up"===e)return void this.callback();const n=elementorFrontend.elements.$document.height()-innerHeight;scrollY/n*100>=this.getTriggerSetting("offset")&&this.callback()}run(){elementorFrontend.elements.$window.on("scroll",this.checkScroll)}destroy(){elementorFrontend.elements.$window.off("scroll",this.checkScroll)}}t.default=_default},8534:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),["classic","full_content","cards"].forEach((e=>{elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(535).then(n.bind(n,2078))),e)})),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(396).then(n.bind(n,2195))),"classic"),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(396).then(n.bind(n,2195))),"full_content"),elementorFrontend.elementsHandler.attachHandler("posts",(()=>n.e(396).then(n.bind(n,7907))),"cards"),elementorFrontend.elementsHandler.attachHandler("portfolio",(()=>n.e(726).then(n.bind(n,2232))))}}t.default=_default},8945:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("search",[()=>n.e(187).then(n.bind(n,6963)),()=>n.e(187).then(n.bind(n,7112))])}}t.default=_default},6034:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("share-buttons",(()=>n.e(316).then(n.bind(n,3607))))}}t.default=_default},6075:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("slides",(()=>n.e(829).then(n.bind(n,3271))))}}t.default=_default},570:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("facebook-button",(()=>n.e(158).then(n.bind(n,5070)))),elementorFrontend.elementsHandler.attachHandler("facebook-comments",(()=>n.e(158).then(n.bind(n,5070)))),elementorFrontend.elementsHandler.attachHandler("facebook-embed",(()=>n.e(158).then(n.bind(n,5070)))),elementorFrontend.elementsHandler.attachHandler("facebook-page",(()=>n.e(158).then(n.bind(n,5070))))}}t.default=_default},9302:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("table-of-contents",(()=>Promise.all([n.e(786),n.e(404)]).then(n.bind(n,3827))))}}t.default=_default},6302:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),["archive_classic","archive_full_content","archive_cards"].forEach((e=>{elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(345).then(n.bind(n,439))),e)})),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(345).then(n.bind(n,6629))),"archive_classic"),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(345).then(n.bind(n,6629))),"archive_full_content"),elementorFrontend.elementsHandler.attachHandler("archive-posts",(()=>n.e(345).then(n.bind(n,2718))),"archive_cards"),jQuery((function(){var e=location.search.match(/theme_template_id=(\d*)/),t=e?jQuery(".elementor-"+e[1]):[];t.length&&jQuery("html, body").animate({scrollTop:t.offset().top-window.innerHeight/2})}))}}t.default=_default},7492:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("search-form",(()=>n.e(798).then(n.bind(n,9319))))}}t.default=_default},8241:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class _default extends elementorModules.Module{constructor(){super(),elementorFrontend.elementsHandler.attachHandler("woocommerce-menu-cart",(()=>n.e(6).then(n.bind(n,2115)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-purchase-summary",(()=>n.e(80).then(n.bind(n,193)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-checkout-page",(()=>n.e(354).then(n.bind(n,9391)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-cart",(()=>n.e(4).then(n.bind(n,2937)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-my-account",(()=>n.e(662).then(n.bind(n,1627)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-notices",(()=>n.e(621).then(n.bind(n,4702)))),elementorFrontend.elementsHandler.attachHandler("woocommerce-product-add-to-cart",(()=>n.e(787).then(n.bind(n,6973)))),elementorFrontend.isEditMode()&&elementorFrontend.on("components:init",(()=>{elementorFrontend.elements.$body.find(".elementor-widget-woocommerce-cart").length||elementorFrontend.elements.$body.append('')}))}}t.default=_default},2470:e=>{e.exports=wp.i18n}},e=>{e.O(0,[313],(()=>{return t=2371,e(e.s=t);var t}));e.O()}]);
https://brillflooring.com/
2022-11-25T21:36:25+00:00
https://brillflooring.com/wp-content/uploads/2022/01/AHF-Visualizer-PR-Roomvo.jpg
https://brillflooring.com/wp-content/uploads/2022/11/brillflooring-book-app-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/front-page/
2022-05-13T18:39:16+00:00
https://brillflooring.com/services/
2022-08-01T18:06:05+00:00
https://brillflooring.com/wp-content/uploads/2022/01/AHF-Visualizer-PR-Roomvo.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/
2022-07-19T15:38:10+00:00
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/07/brill-flooring-handmade-rugs-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/01/AHF-Visualizer-PR-Roomvo.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/wood-floor-installers/
2022-09-09T15:21:10+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-residential-wood-about-pmzfw8oikzrtmq9mgbpxgmuinoo5qrh4f6yqym2en4.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/
2022-07-19T15:36:14+00:00
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/07/brill-flooring-handmade-rugs-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/01/AHF-Visualizer-PR-Roomvo.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/wood-floor-installers/
2022-08-01T17:54:26+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-commercial-about-pmz962jfsm9mnqpcq6lftsr95tiv912arax5toed90.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/contact-us/
2022-07-18T17:47:30+00:00
https://brillflooring.com/book-an-appointment/
2022-04-07T18:36:26+00:00
https://brillflooring.com/gallery/
2024-03-08T17:21:11+00:00
https://brillflooring.com/our-projects/
2022-02-06T12:14:36+00:00
https://brillflooring.com/about-us/
2022-05-31T17:40:14+00:00
https://brillflooring.com/wp-content/uploads/2022/04/brill-main-about.jpg
https://brillflooring.com/wp-content/uploads/2022/01/AHF-Visualizer-PR-Roomvo.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/vinyl-floor-installers/
2025-08-06T16:54:36+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-vinyl-floor-about-pmzdgwidk67ov34pg2mva69nlt5dj7qzewrko1kasg.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/carpet-floor-installers/
2022-08-01T17:52:19+00:00
https://brillflooring.com/wp-content/uploads/2022/04/brill-carpet-floor-about.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/laminate-floor-installers/
2022-08-01T17:53:11+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-laminate-about-pmzcuw4fiu2yzt3oz24de882tzmyadd9dyt93s76hs.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/engineered-wood-floor-installers/
2022-08-01T17:57:56+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-eng-wood-about-pmzc8yk020243cyl1ktr7rgvubqmomaqdetdzcpvog.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/vinyl-floor-installers/
2022-08-01T17:59:58+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-vinyl-floor-about-pmzdgwidk67ov34pg2mva69nlt5dj7qzewrko1kasg.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/laminate-floor-installers/
2022-08-01T18:02:50+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-laminate-about-pmzcuw4fiu2yzt3oz24de882tzmyadd9dyt93s76hs.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/engineered-wood-floor-installers/
2022-08-01T18:04:51+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/brill-eng-wood-about-pmzc8yk020243cyl1ktr7rgvubqmomaqdetdzcpvog.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/carpet-floor-installers/
2022-08-01T18:01:01+00:00
https://brillflooring.com/wp-content/uploads/2022/04/brill-carpet-floor-about.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/renovation-contractor/
2022-08-01T17:56:03+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/painting-about-po1mg25ighe1mq9cph81f2cqf386ptt05ct9stwyow.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/commercial/painting-contractor/
2022-08-01T17:57:23+00:00
https://brillflooring.com/wp-content/uploads/2022/04/renovation-about.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/renovation-contractor/
2025-08-08T15:07:05+00:00
https://brillflooring.com/wp-content/uploads/2022/04/painting-about.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/services/residential/painting-contractor/
2022-07-19T15:30:13+00:00
https://brillflooring.com/wp-content/uploads/elementor/thumbs/renovation-about-po1mg8qdsbn1vzzsn22feioyksbr7pj4i9do5rn7hc.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/engineered-wood-floor-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-flooring-service.jpg
https://brillflooring.com/wp-content/uploads/2022/07/brill-flooring-handmade-rugs-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/engineered-wood-flooring-infographics/
2022-06-14T20:03:03+00:00
https://brillflooring.com/wp-content/uploads/2022/06/Why-would-you-install-Quick-step-Engineered-Wood-Flooring-in-your-residence.png
https://brillflooring.com/handmade-rugs/
2022-08-01T18:16:00+00:00
https://brillflooring.com/wp-content/uploads/2022/07/brill-flooring-handmade-rugs-about.jpg
https://brillflooring.com/wp-content/uploads/2022/04/services-img.jpg
https://brillflooring.com/wp-content/uploads/2022/04/laminate-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/carpet-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/eng-wood-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/renovation-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/painting-service.jpg
https://brillflooring.com/wp-content/uploads/2022/04/vinyl-service.jpg
https://brillflooring.com/wp-content/uploads/2022/02/pexels-george-milton-7034386-scaled.jpg
https://brillflooring.com/wp-content/uploads/2022/04/flexible-portfolio.png
https://brillflooring.com/wp-content/uploads/2022/04/Should-flooring-be-the-same-throughout-the-house.png
https://brillflooring.com/wp-content/uploads/2022/05/Vinyl-Flooring-on-Stairs-Pros-and-Cons.jpg
https://brillflooring.com/wp-content/uploads/2022/05/Different-Color-Wood-Floors-on-Different-Levels.jpg
https://brillflooring.com/wp-content/uploads/2022/04/g-review-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/yelp-logo.png
https://brillflooring.com/wp-content/uploads/2022/04/seal-for-14234981.png
https://brillflooring.com/wp-content/uploads/2022/04/NicePng_new-facebook-logo-png_3378073.png
https://brillflooring.com/pay-bill/
2022-11-28T18:30:42+00:00