{"id":2071,"date":"2025-10-14T17:30:14","date_gmt":"2025-10-14T16:30:14","guid":{"rendered":"https:\/\/illuminateyourchristmas.com\/?page_id=2071"},"modified":"2025-10-15T01:31:01","modified_gmt":"2025-10-15T00:31:01","slug":"locations","status":"publish","type":"page","link":"https:\/\/illuminateyourchristmas.com\/?page_id=2071","title":{"rendered":"locations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2071\" class=\"elementor elementor-2071\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9cab7cf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9cab7cf\" data-element_type=\"section\" id=\"christmas-hero\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d9feea4\" data-id=\"d9feea4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ff1619 elementor-widget elementor-widget-heading\" data-id=\"7ff1619\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 20-09-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">AREAS WE SERVE<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c03688 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"6c03688\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/illuminateyourchristmas.com\/?page_id=1838\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">GET A FAST QUOTE<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f937dd elementor-widget elementor-widget-html\" data-id=\"3f937dd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n#christmas-hero {\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n#christmas-hero .elementor-heading-title {\r\n  position: relative;\r\n  z-index: 10;\r\n}\r\n.snowflake {\r\n  position: absolute;\r\n  width: 5px;\r\n  height: 5px;\r\n  background: white;\r\n  border-radius: 50%;\r\n  opacity: 0.7;\r\n  pointer-events: none;\r\n  z-index: 0;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  var section = document.getElementById('christmas-hero');\r\n  if(!section) return;\r\n\r\n  var snowCount = 30; \/\/ light snowfall\r\n  var flakes = [];\r\n\r\n  function random(min, max){ return Math.random()*(max-min)+min; }\r\n\r\n  function createFlake(sectionWidth, sectionHeight){\r\n    var flake = document.createElement('div');\r\n    flake.className = 'snowflake';\r\n    section.appendChild(flake);\r\n\r\n    flake.size = random(3,7);\r\n    flake.style.width = flake.size + 'px';\r\n    flake.style.height = flake.size + 'px';\r\n\r\n    flake.x = random(0, sectionWidth);\r\n    flake.y = random(0, sectionHeight);\r\n    flake.speed = random(0.2,0.7);\r\n    flake.drift = random(-0.3,0.3);\r\n\r\n    flakes.push(flake);\r\n  }\r\n\r\n  function startSnow(){\r\n    var sectionWidth = section.offsetWidth;\r\n    var sectionHeight = section.offsetHeight;\r\n\r\n    for(var i=0;i<snowCount;i++) createFlake(sectionWidth, sectionHeight);\r\n\r\n    function animate(){\r\n      var sectionWidth = section.offsetWidth;\r\n      var sectionHeight = section.offsetHeight;\r\n\r\n      flakes.forEach(function(flake){\r\n        flake.y += flake.speed;\r\n        flake.x += flake.drift;\r\n\r\n        if(flake.y > sectionHeight) flake.y = 0;\r\n        if(flake.x > sectionWidth) flake.x = 0;\r\n        if(flake.x < 0) flake.x = sectionWidth;\r\n\r\n        flake.style.top = flake.y + 'px';\r\n        flake.style.left = flake.x + 'px';\r\n      });\r\n\r\n      requestAnimationFrame(animate);\r\n    }\r\n\r\n    animate();\r\n\r\n    new ResizeObserver(function(){\r\n      flakes.forEach(function(flake){\r\n        flake.x = random(0, section.offsetWidth);\r\n        flake.y = random(0, section.offsetHeight);\r\n      });\r\n    }).observe(section);\r\n  }\r\n\r\n  \/\/ Wait until section has size\r\n  function checkSectionReady(){\r\n    if(section.offsetWidth && section.offsetHeight){\r\n      startSnow();\r\n    } else {\r\n      requestAnimationFrame(checkSectionReady);\r\n    }\r\n  }\r\n\r\n  checkSectionReady();\r\n})();\r\n<\/script>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-abd849d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"abd849d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72f0418\" data-id=\"72f0418\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-47b8921 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"47b8921\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3d9ddf0\" data-id=\"3d9ddf0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4eea847 elementor-widget elementor-widget-heading\" data-id=\"4eea847\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Serving All of Rhode Island and Southern Massachusetts<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0ff174c elementor-widget elementor-widget-text-editor\" data-id=\"0ff174c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.16.0 - 20-09-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>Barrington RI &#8211; Coventry RI &#8211; Cranston RI &#8211; Cumberland RI &#8211; East Greenwich RI &#8211; East Providence RI &#8211; Johnston RI &#8211; Lincoln RI &#8211; Narragansett RI &#8211; North Kingstown RI &#8211; Portsmouth RI &#8211; Providence RI &#8211; Scituate RI &#8211; Smithfield RI &#8211; South Kingstown RI &#8211; Warwick RI &#8211; West Greenwich RI &#8211; West Warwick RI<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9cb1cf elementor-widget elementor-widget-html\" data-id=\"c9cb1cf\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/d\/u\/0\/embed?mid=1RGbOFSEVFrTWAjVRUgckI_Jqh1oQ1BM&ehbc=2E312F&noprof=1\" width=\"640\" height=\"480\"><\/iframe>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4df92f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a4df92f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;mountains&quot;,&quot;shape_divider_bottom&quot;:&quot;mountains&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" opacity=\"0.33\" d=\"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" opacity=\"0.66\" d=\"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z\"\/>\n\t<path class=\"elementor-shape-fill\" d=\"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d27614e\" data-id=\"d27614e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb7c3de elementor-widget elementor-widget-heading\" data-id=\"eb7c3de\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Families Choose Us Every Holiday Season<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b24e4d9 elementor-widget elementor-widget-text-editor\" data-id=\"b24e4d9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul>\n<li>Local team that treats your home like our own<\/li>\n<li>Beautiful, bright LED lights \u2014 we supply everything you need<\/li>\n<li>Quick, safe installation so you can focus on enjoying the season<\/li>\n<li>No-hassle maintenance \u2014 if a light goes out, we\u2019ll handle it fast<\/li>\n<li>Stress-free removal when the holidays are over<\/li>\n<\/ul>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7c7d21 elementor-widget elementor-widget-shortcode\" data-id=\"d7c7d21\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\"><pre class=\"ti-widget\" style=\"display: none\"><div class=\"ti-widget ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-layout-id=\"4\" data-set-id=\"light-background\" data-pid=\"\" data-pager-autoplay-timeout=\"6\" data-review-target-width=\"300\" data-language=\"en\" > <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\"><\/div> <div class=\"ti-prev\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXUhqdOGrst1dInsIpADbrGq4A-0Xr7Ex4eff57a_UlGjeYSYhc=s120-c-rp-mo-br100\" alt=\"Jared Carvalho\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Jared Carvalho <\/div> <div class=\"ti-date\">2024-12-18<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Quality of installation is top notch. Excellent customer service and hassle free scheduling. Company has checked in to see if bulbs were still all lit and offered to fix any also (none had any issues but appreciated the offer). The price is a little too much for us to continue with each year but we will certainly hire again when we can. Beautiful lights and have had many compliments from neighbors and passerby\u2019s<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWPo-VQnVffBku4F1DeRDsYwe4KXx_FfULIMd-cKDEtGLbx_GZ7=s120-c-rp-mo-br100\" alt=\"AnthonyJ Acquisto\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> AnthonyJ Acquisto <\/div> <div class=\"ti-date\">2024-12-16<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Illuminate put up the Christmas lights on my barbershop and did an amazing job! They did the job while I worked inside without any interruption and when I left for the day the lights were up and running beautifully! Thanks guys \ud83d\ude4f\ud83c\udffd<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLSZcKGrMrgZEpa2lYwtQv66yawPJRS3PEDF_med8Bq7XlaGw=s120-c-rp-mo-br100\" alt=\"sharyn iannuccilli\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> sharyn iannuccilli <\/div> <div class=\"ti-date\">2024-12-11<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Very professional.  Trees are nicely illuminated which adds so much to our holiday decorations!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKj2bWAt_nd93HoOPX35uwPe8DKO0ecADQSj0peaqmHG3v28w=s120-c-rp-mo-br100\" alt=\"Eddy Aptt\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Eddy Aptt <\/div> <div class=\"ti-date\">2024-12-09<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->They did a fantastic job. They were prompt and professional. We appreciate the excellent service.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLWgHQg4KnVrVv9RNLVlJM4To2A3FJiNtfPPPYiXjufRf2jHA=s120-c-rp-mo-br100\" alt=\"Karen Lynch\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Karen Lynch <\/div> <div class=\"ti-date\">2024-12-09<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->1st time with professionally installed lights.   Great service and value.   Could not ask for a better team to help us celebrate the holiday season.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJscC0YN39e9_Ye-1OvYo8CV9RLqjdxtmHAqrDhF3NZCYqJ0Q=s120-c-rp-mo-br100\" alt=\"catherine Noonan\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> catherine Noonan <\/div> <div class=\"ti-date\">2024-12-09<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Wonderful job! They communicated very quickly and came out to do the job within days of requesting services. We are very happy with our Christmas lights! Thank you!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKX7guivPIBurz7L-PRN1jbj12AUc9FqJr3v5Kn4zrjqFvh9w=s120-c-rp-mo-br100\" alt=\"Julie Berry\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Julie Berry <\/div> <div class=\"ti-date\">2024-12-09<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->I am so pleased with our Christmas lights.  The process was so easy.  They designed the lights virtually and sent me the design for approval and comment.  It was all very prompt and simple.  And the installers were quite professional.  I should have done this years ago!!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW0xR97-Hw--8yk-4COWgzJYC3tb85eG3Z_yXIZX5y17wtFRR5HVg=s120-c-rp-mo-ba3-br100\" alt=\"John Meara\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> John Meara <\/div> <div class=\"ti-date\">2024-12-05<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Kevin and his team were a pleasure to work with.  I randomly requested a quote on a Saturday afternoon. A few hours later I was contacted for some additional information so the quote could be accurate.  About 15 minutes later I had a detailed quote and was scheduled for installation two days later.  Kevin and his time were on site and installation was a breeze.  For anyone looking for professional light installation, I would strongly recommend Illuminate Your Christmas.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK_0n0pLLBVuxSiwlNISOm1Wb8efs6QVOUv7LRmcl_6ve94pA=s120-c-rp-mo-br100\" alt=\"Heidi Piccolino\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Heidi Piccolino <\/div> <div class=\"ti-date\">2024-11-15<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Amazing customer service. Very friendly nice guys.  Beautiful lights. Fair price. Very neat work. Reliable, actually showed up when they said they would. Will absolutely use them every year.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" class=\"ti-review-item source-Google\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-profile-img\"> <img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKAUMxPk0BavLhEnZHQ5BHgPZoN_l9aXalyvjQcE4d8cDK19g=s120-c-rp-mo-br100\" alt=\"Superior\" \/> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Superior <\/div> <div class=\"ti-date\">2024-11-05<\/div> <\/div> <\/div> <span class=\"ti-stars\"><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><span class=\"ti-star f\"><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->We have not been in the spirit of Christmas for  a while so this year we wanted to change that. We contacted  Illuminate Your Christmas and Tim and Kevin got right back to us with pricing as well as  help with design. The job was done neatly and within a few hours it was completed. The house looks amazing and is already the talk of our Street and I have had people stop and compliment the lights .  If the beautiful and professional work and is  any indication of what\u2019s to come  I know it\u2019s going to be a special Christmas season.  Give yourself the best present of all and contact Illuminate Your Christmas you won\u2019t be disappointed.  Thank you Sue and Anna<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>   <\/div> <\/div><\/pre><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-768564a elementor-widget elementor-widget-heading\" data-id=\"768564a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">You bring the holiday spirit \u2014 we\u2019ll bring the sparkle<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d696877 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d696877\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/illuminateyourchristmas.com\/?page_id=1838\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">GET A FAST QUOTE<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ed7f6d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0ed7f6d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b79e92a\" data-id=\"b79e92a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-53068b6 elementor-widget elementor-widget-heading\" data-id=\"53068b6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Let\u2019s Light Up Your Home<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b32729 elementor-widget elementor-widget-text-editor\" data-id=\"7b32729\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>No matter where you are in Rhode Island, <strong data-start=\"1822\" data-end=\"1851\">Illuminate Your Christmas<\/strong> is here to make your home shine bright this holiday season.<br data-start=\"1911\" data-end=\"1914\" \/><a class=\"decorated-link\" href=\"#\" rel=\"noopener\" data-start=\"1914\" data-end=\"1943\"><strong data-start=\"1915\" data-end=\"1939\">Request a Free Quote<\/strong><\/a> and let\u2019s get your home glowing before the first snowfall!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e00e6b elementor-widget elementor-widget-html\" data-id=\"5e00e6b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"sliding-section\">\r\n  <div class=\"sliding-row top\">\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/11\/Sue-Palmaccio.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/11\/Glenn-2024.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Beata.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2025\/09\/Narraganset-home.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/11\/Sue-Palmaccio.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/11\/Glenn-2024.png\" \/>\r\n    <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Beata.png\" \/><!-- repeat for seamless loop -->\r\n<\/div>\r\n\r\n<div class=\"sliding-row bottom\">\r\n  <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Bennie.png\" \/>\r\n  <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Steve-Barbosa.png\" \/>\r\n  <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Michael-Black.png\" \/>\r\n   <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2025\/09\/Mindy-Home.png\" \/>\r\n  <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Gisele-Barbosa.png\" \/>\r\n  <img decoding=\"async\" src=\"http:\/\/illuminateyourchristmas.com\/wp-content\/uploads\/2024\/10\/Bennie.png\" \/>\r\n \r\n<\/div>\r\n  <!-- Overlay Content -->\r\n  <div class=\"overlay-content\">\r\n    <h2>Bring the Magic of Christmas to Your Home<\/h2>\r\n    \r\n  <\/div>\r\n<\/div>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>AREAS WE SERVE GET A FAST QUOTE Serving All of Rhode Island and Southern Massachusetts Barrington RI &#8211; Coventry RI &#8211; Cranston RI &#8211; Cumberland RI &#8211; East Greenwich RI &#8211; East Providence RI &#8211; Johnston RI &#8211; Lincoln RI &#8211; Narragansett RI &#8211; North Kingstown RI &#8211; Portsmouth RI &#8211; Providence RI &#8211; Scituate &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/illuminateyourchristmas.com\/?page_id=2071\"> <span class=\"screen-reader-text\">locations<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","footnotes":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/pages\/2071"}],"collection":[{"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2071"}],"version-history":[{"count":7,"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/pages\/2071\/revisions"}],"predecessor-version":[{"id":2082,"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=\/wp\/v2\/pages\/2071\/revisions\/2082"}],"wp:attachment":[{"href":"https:\/\/illuminateyourchristmas.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}