update image
16
about.html
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -272,7 +272,7 @@
|
||||
<div class="about-style1__img">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/about/about-style1-img-1.jpg"
|
||||
src="assets/images/home/home2.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -323,7 +323,7 @@
|
||||
<img
|
||||
style="height: auto;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-1.webp"
|
||||
src="assets/images/home/home3.jpg"
|
||||
alt="gallery-1"
|
||||
/>
|
||||
</div>
|
||||
@ -331,7 +331,7 @@
|
||||
<img
|
||||
style="height: auto;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-2.webp"
|
||||
src="assets/images/home/home4.jpg"
|
||||
alt="gallery-2"
|
||||
/>
|
||||
</div>
|
||||
@ -339,7 +339,7 @@
|
||||
<img
|
||||
style="height: 100%; object-fit: cover;"
|
||||
class="object-fit-cover"
|
||||
src="assets/images/galleries/gallery-3.webp"
|
||||
src="assets/images/home/home5.jpg"
|
||||
alt="gallery-3"
|
||||
/>
|
||||
</div>
|
||||
@ -353,7 +353,7 @@
|
||||
<div class="col-xl-12">
|
||||
<div class="mission-content-box">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/resources/mission.png" alt="" />
|
||||
<img src="assets/images/home/home1.jpg" alt="" />
|
||||
</div>
|
||||
<div class="text-box">
|
||||
<p>
|
||||
|
@ -12,10 +12,12 @@
|
||||
transform: translateX(-100%);
|
||||
-webkit-transform-origin: left center;
|
||||
transform-origin: left center;
|
||||
-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
-webkit-transition: visibility 500ms ease 500ms,
|
||||
-webkit-transform 500ms ease 500ms;
|
||||
transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
|
||||
transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
|
||||
-webkit-transform 500ms ease 500ms;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@ -24,10 +26,12 @@
|
||||
-webkit-transform: translateX(0%);
|
||||
transform: translateX(0%);
|
||||
visibility: visible;
|
||||
-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
-webkit-transition: visibility 500ms ease 0ms,
|
||||
-webkit-transform 500ms ease 0ms;
|
||||
transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
|
||||
transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
|
||||
-webkit-transform 500ms ease 0ms;
|
||||
}
|
||||
|
||||
.mobile-nav__wrapper .container {
|
||||
@ -60,11 +64,14 @@
|
||||
visibility: hidden;
|
||||
-webkit-transform: translateX(-100%);
|
||||
transform: translateX(-100%);
|
||||
-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms,
|
||||
-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
|
||||
-webkit-transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
|
||||
-webkit-transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
|
||||
transform 500ms ease 0ms;
|
||||
transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
|
||||
transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
@ -73,11 +80,14 @@
|
||||
visibility: visible;
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms,
|
||||
-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
|
||||
-webkit-transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
|
||||
-webkit-transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
|
||||
transform 500ms ease 500ms;
|
||||
transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
|
||||
transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
|
||||
}
|
||||
|
||||
.mobile-nav__close {
|
||||
@ -212,7 +222,13 @@
|
||||
|
||||
.mobile-nav__content .main-menu__list > li:not(:last-child),
|
||||
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
|
||||
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
|
||||
.mobile-nav__content
|
||||
.main-menu__list
|
||||
> li
|
||||
> ul
|
||||
> li
|
||||
> ul
|
||||
> li:not(:last-child) {
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
@ -274,7 +290,15 @@
|
||||
|
||||
.mobile-nav__content .main-menu__list > li > a > button.expanded,
|
||||
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
|
||||
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
|
||||
.mobile-nav__content
|
||||
.main-menu__list
|
||||
> li
|
||||
> ul
|
||||
> li
|
||||
> ul
|
||||
> li
|
||||
> a
|
||||
> button.expanded {
|
||||
-webkit-transform: rotate(0deg);
|
||||
transform: rotate(0deg);
|
||||
background-color: #fff;
|
||||
@ -502,7 +526,8 @@
|
||||
transition-timing-function: ease-in-out;
|
||||
transition-duration: 0.3s;
|
||||
transition-property: all;
|
||||
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
|
||||
-2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
@ -702,7 +727,9 @@
|
||||
transition: all 0.4s ease-in-out 0.1s;
|
||||
}
|
||||
|
||||
.home-showcase__image:hover .home-showcase__buttons .home-showcase__buttons__item.top {
|
||||
.home-showcase__image:hover
|
||||
.home-showcase__buttons
|
||||
.home-showcase__buttons__item.top {
|
||||
opacity: 1;
|
||||
transform: translateY(0px);
|
||||
transition: all 0.4s ease-in-out 0.2s;
|
||||
@ -883,7 +910,8 @@
|
||||
-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
|
||||
transition: visibility 500ms ease, -webkit-transform 500ms ease;
|
||||
transition: transform 500ms ease, visibility 500ms ease;
|
||||
transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
|
||||
transition: transform 500ms ease, visibility 500ms ease,
|
||||
-webkit-transform 500ms ease;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
@ -1514,7 +1542,7 @@
|
||||
}
|
||||
|
||||
.main-header-style4 .main-header-style2__top {
|
||||
background-color: oklch(0.444 0.177 26.899);
|
||||
background-color: #0b67b4;
|
||||
}
|
||||
|
||||
.main-header-style4 .main-menu-style2 {
|
||||
@ -1551,7 +1579,11 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.main-header-style4 .main-menu-style2-right .side-content-button-style2 a .line {
|
||||
.main-header-style4
|
||||
.main-menu-style2-right
|
||||
.side-content-button-style2
|
||||
a
|
||||
.line {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
@ -1810,7 +1842,10 @@
|
||||
background-color: #cccccd;
|
||||
}
|
||||
|
||||
.main-header-style5 .main-menu-style5 .main-menu__list > li:first-child::before {
|
||||
.main-header-style5
|
||||
.main-menu-style5
|
||||
.main-menu__list
|
||||
> li:first-child::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -1867,7 +1902,11 @@
|
||||
border-color: #ffffff;
|
||||
}
|
||||
|
||||
.stricky-header--style5 .main-menu-style5-right .side-content-button-style2 a .line {
|
||||
.stricky-header--style5
|
||||
.main-menu-style5-right
|
||||
.side-content-button-style2
|
||||
a
|
||||
.line {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
@ -2043,7 +2082,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.stricky-header--style6 .main-menu__wrapper-inner .main-menu-style6-left .main-menu-box {
|
||||
.stricky-header--style6
|
||||
.main-menu__wrapper-inner
|
||||
.main-menu-style6-left
|
||||
.main-menu-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
float: right;
|
||||
@ -2055,6 +2097,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.stricky-header--style6 .main-menu__wrapper-inner .side-content-button-style2 a {
|
||||
.stricky-header--style6
|
||||
.main-menu__wrapper-inner
|
||||
.side-content-button-style2
|
||||
a {
|
||||
display: none;
|
||||
}
|
||||
|
@ -50,7 +50,7 @@
|
||||
background-attachment: scroll;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
background-color: oklch(0.444 0.177 26.899);
|
||||
background-color: #0b67b4;
|
||||
background-blend-mode: multiply;
|
||||
opacity: 0.85;
|
||||
z-index: -1;
|
||||
@ -121,7 +121,10 @@
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.footer-contact-info-box1 li:hover .footer-contact-info-box1__single .icon:before {
|
||||
.footer-contact-info-box1
|
||||
li:hover
|
||||
.footer-contact-info-box1__single
|
||||
.icon:before {
|
||||
-webkit-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
transform-origin: bottom center;
|
||||
|
BIN
assets/images/home/ac1.jpg
Normal file
After Width: | Height: | Size: 4.0 MiB |
BIN
assets/images/home/ac2.jpg
Normal file
After Width: | Height: | Size: 2.9 MiB |
BIN
assets/images/home/ac3.jpg
Normal file
After Width: | Height: | Size: 2.1 MiB |
BIN
assets/images/home/ac4.jpg
Normal file
After Width: | Height: | Size: 3.2 MiB |
BIN
assets/images/home/ac5.jpg
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
assets/images/home/home1.jpg
Normal file
After Width: | Height: | Size: 655 KiB |
BIN
assets/images/home/home2.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
assets/images/home/home3.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/home/home4.jpg
Normal file
After Width: | Height: | Size: 735 KiB |
BIN
assets/images/home/home5.jpg
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
assets/images/home/repair.jpg
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/images/home/repair2.jpg
Normal file
After Width: | Height: | Size: 490 KiB |
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
35
index.html
@ -9,19 +9,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -304,7 +304,6 @@
|
||||
<li><a href="service-detail.html?service=air-quality">Air Quality Solutions</a></li>
|
||||
<li><a href="ductless-ac.html">Ductless AC</a></li>
|
||||
<li><a href="commercial-hvac.html">Commercial HVAC</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@ -496,9 +495,9 @@
|
||||
</div>
|
||||
<div class="text" style="min-height: 80px;">
|
||||
<p>
|
||||
If you're looking for "heating repair near me" or "plumber near me" and need reliable HVAC and plumbing services in Mesa, AZ, and the surrounding areas, Air & Water Mechanical Inc. is here to assist. Whether you need air conditioning repair, tankless water heater installation, or a comprehensive diagnostic check, our skilled service technicians bring years of experience to every job.
|
||||
Looking for reliable heating repair or a plumber near me in Mesa, AZ, and nearby areas? Air & Water Mechanical Inc. is here to help. Our skilled technicians provide top-quality service for air conditioning repairs, tankless water heater installations, and more.
|
||||
</p>
|
||||
<p>We are a locally owned and operated business committed to providing top-tier service and achieving 100% customer satisfaction. As a trusted Trane Comfort Specialist, we pride ourselves on delivering quality HVAC solutions for your home and business needs.</p>
|
||||
<p>As a locally owned business, we’re committed to 100% customer satisfaction. As a Trane Comfort Specialist, we offer trusted HVAC solutions for your home and business needs.</p>
|
||||
</div>
|
||||
<div class="two-btn">
|
||||
<div class="btn-box">
|
||||
@ -670,7 +669,7 @@
|
||||
<div class="col-xl-5">
|
||||
<div class="w-full bg-white rounded-xl shadow-lg overflow-hidden transition-all duration-500 hover:scale-[1.02]">
|
||||
<div>
|
||||
<img src="assets/images/services/service.webp" class="w-full h-[300px] object-cover"/>
|
||||
<img src="assets/images/home/home1.jpg" class="w-full h-[300px] object-cover"/>
|
||||
<div class="px-4 px-sm-5 py-4">
|
||||
<h1 class="text-2xl text-lg-3xl font-bold text-gray-800 mb-4 text-center">
|
||||
Schedule Your Inspection!
|
||||
@ -808,7 +807,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-1.jpg" alt="" />
|
||||
<img src="assets/images/home/home2.jpg alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -826,7 +825,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-2.jpg" alt="" />
|
||||
<img src="assets/images/home/home3.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -844,7 +843,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-3.jpg" alt="" />
|
||||
<img src="assets/images/home/home4.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -862,7 +861,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-1.jpg" alt="" />
|
||||
<img src="assets/images/home/home2.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -880,7 +879,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-2.jpg" alt="" />
|
||||
<img src="assets/images/home/home3.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -898,7 +897,7 @@
|
||||
<!--Start Single Service Style2-->
|
||||
<div class="single-service-style2">
|
||||
<div class="img-box">
|
||||
<img src="assets/images/services/service-v1-3.jpg" alt="" />
|
||||
<img src="assets/images/home/home4.jpg" alt="" />
|
||||
<div
|
||||
class="single-service-style2__overlay-bg"
|
||||
style="
|
||||
@ -1367,7 +1366,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-1.webp"
|
||||
src="assets/images/home/ac1.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1379,7 +1378,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-2.webp"
|
||||
src="assets/images/home/ac2.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1391,7 +1390,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-3.webp"
|
||||
src="assets/images/home/ac3.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1403,7 +1402,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-4.webp"
|
||||
src="assets/images/home/ac4.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
@ -1415,7 +1414,7 @@
|
||||
<div class="img-holder">
|
||||
<div class="inner">
|
||||
<img
|
||||
src="assets/images/projects/residential-image-5.webp"
|
||||
src="assets/images/home/ac5.jpg"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Air & Water Mechanical Inc. HVAC & Plumbing Services" />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
@ -316,7 +316,7 @@
|
||||
<div class="col-xl-9">
|
||||
<div class="service-details-style3__content">
|
||||
<div class="inner-title">
|
||||
<h2 class="text-blue">Images & Videos</h2>
|
||||
<h2 class="text-blue">Images</h2>
|
||||
<p>At Air & Water Mechanical Inc, we understand just how brutal Tucson summers can be. Keeping your home’s air conditioning system in top shape is our priority! No matter the issue, we’ve got the solution to restore your comfort quickly. When your A/C stops working, we’ll be there to save the day. Call us or schedule your service online today, and discover why we’re recognized as one of the best A/C companies in Air & Water Mechanical!</p>
|
||||
</div>
|
||||
<div class="service-details-style3-img-box">
|
||||
@ -324,22 +324,22 @@
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-1.webp" alt="">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home3.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-2.webp" alt="">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home4.jpg" alt="">
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
<!--Start Single Img Box-->
|
||||
<div class="col-xl-4 col-lg-4">
|
||||
<div class="single-img-box">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/galleries/gallery-3.webp" alt="">
|
||||
<div class="video-gallery-style2">
|
||||
<img style="height: 250px; object-fit: cover;" src="assets/images/home/home2.jpg" alt="">
|
||||
<!-- <div class="video-gallery-style2">
|
||||
<div class="icon wow zoomIn animated animated" data-wow-delay="300ms"
|
||||
data-wow-duration="1500ms"
|
||||
style="visibility: visible; animation-duration: 1500ms; animation-delay: 300ms; animation-name: zoomIn;">
|
||||
@ -348,7 +348,7 @@
|
||||
<span class="icon-play"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!--End Single Img Box-->
|
||||
@ -719,7 +719,7 @@
|
||||
const services = {
|
||||
"ac-repair": {
|
||||
header: 'AC Repair',
|
||||
image: 'assets/images/services/service-7.webp',
|
||||
image: 'assets/images/home/repair.jpg',
|
||||
title: "Emergency AC Repair Services",
|
||||
description: `When your air conditioner breaks down during Tucson's scorching heat waves, every minute matters. That’s why our NATE-certified technicians are ready to respond quickly, 365 days a year. Whether it's a refrigerant leak or a compressor failure, we’re equipped to tackle it all. With fully-stocked trucks carrying essential replacement parts, we resolve 85% of repairs on the first visit, ensuring you get back to comfort faster. `,
|
||||
features: [
|
||||
@ -742,7 +742,7 @@
|
||||
},
|
||||
"ac-installation": {
|
||||
header: 'AC Installation',
|
||||
image: 'assets/images/services/service-8.webp',
|
||||
image: 'assets/images/home/repair2.jpg',
|
||||
title: "Custom Cooling Solutions Engineered for Tucson Homes",
|
||||
description: `A proper A/C installation is about more than just swapping out equipment—it’s about precision. Our 27-point installation process starts with a Manual J load calculation, ensuring we accurately assess your home’s cooling needs based on factors like window orientation, insulation quality, and local climate patterns. From there, we design a tailored system that fits both your budget and usage habits, whether you’re seeking a high-efficiency inverter system for reliable comfort or a commercial-grade unit for your business.`,
|
||||
features: [
|
||||
@ -765,7 +765,7 @@
|
||||
},
|
||||
"ac-maintenance": {
|
||||
header: 'AC Maintenance',
|
||||
image: 'assets/images/services/service-5.webp',
|
||||
image: 'assets/images/home/home5.jpg',
|
||||
title: "Comprehensive AC Maintenance Plans",
|
||||
description: `Just like changing your car's oil, regular A/C maintenance is essential to prevent 90% of emergency breakdowns while ensuring peak efficiency. Our Gold and Platinum maintenance plans are specifically designed for Tucson’s harsh climate, with a focus on dust filtration and condenser coil care. Every visit includes thorough checks of refrigerant levels, electrical components, and system calibration to ensure your unit can handle seasonal temperature fluctuations.`,
|
||||
features: [
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|
@ -8,19 +8,19 @@
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="assets/images/favicons/apple-touch-icon.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="assets/images/favicons/favicon-32x32.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="assets/images/favicons/favicon-16x16.png"
|
||||
href="assets/images/logo/AWM-logo.png"
|
||||
/>
|
||||
<link rel="manifest" href="assets/images/favicons/site.webmanifest" />
|
||||
<meta name="description" content="Airtronix HTML 5 Template " />
|
||||
|