We picked Arch to install our solar after shopping around quite a bit. We choose them because they (Stanley specifically) answered my many questions with detail, patience, and was very knowledgeable. There was no pressure like with other companies we got quotes from. Crew was efficient and courteous during installation. There was a small problem with our internet setup connecting with the monitoring system when it was turned on but they came out quickly & had it resolved soon.


/**
* The template for displaying the footer.
*
* Contains the body & html closing tags.
*
* @package HelloElementor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) {
get_template_part( 'template-parts/dynamic-footer' );
} else {
get_template_part( 'template-parts/footer' );
}
}
?>