@@ -76,9 +72,14 @@ const HomeSlider = () => {
onClick={() => handleSelection("residential")}
>
-
+
- Residential Home
+ HVAC
diff --git a/src/app/Data/heroData.json b/src/app/Data/heroData.json
index 72504f9..96c4d74 100644
--- a/src/app/Data/heroData.json
+++ b/src/app/Data/heroData.json
@@ -1,18 +1,18 @@
[
{
- "bgImg": "/assets/img/hero_bg_1.jpg",
+ "bgImg": "/assets/img/Slide1-bg1.jpg",
"subTitle": "Repairing Services",
"title": "Keeping You Cool All Year Round",
"desc": "Common signs include unusual noises, reduced airflow, uneven cooling, strange odors, and higher energy bills",
- "img": "/assets/img/hero_img_1.png",
+ "img": "/assets/img/Slide1-right.png",
"link": "/about"
},
{
- "bgImg": "/assets/img/hero_bg_2.jpg",
+ "bgImg": "/assets/img/Slide2-bg.jpg",
"subTitle": "Repairing Services",
"title": "Fast & Reliable AC Fixes Hub",
"desc": "Common signs of AC problems include unusual noises, reduced airflow, uneven cooling, strange odors, and unexpectedly higher energy bills.",
- "img": "/assets/img/hero_img_2.png",
+ "img": "/assets/img/maps.png",
"link": "/about"
},
{
@@ -20,7 +20,7 @@
"subTitle": "Repairing Services",
"title": "Expert Cooling Solutions",
"desc": "Watch for unusual noises, reduced airflow, uneven cooling, strange odors, and higher energy bills as common signs of AC issues.",
- "img": "/assets/img/hero_img_3.png",
+ "img": "/assets/img/Slide3-right.jpg",
"link": "/about"
}
]
diff --git a/src/app/globals.css b/src/app/globals.css
index 65ab1e6..a758f31 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -7306,8 +7306,6 @@ label {
top: 100%;
}
-
-
.inspection-container {
width: 100%;
text-align: center;
@@ -7375,4 +7373,3 @@ label {
background-color: #f2f2f2;
transform: scale(1.05);
}
-