-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (279 loc) · 14.9 KB
/
Copy pathindex.html
File metadata and controls
303 lines (279 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BASSEAL HVAC - Expert AC and Heating services in Lagos. Rated 5.0 Stars. Installation, Repair, and Maintenance. Call us today!">
<title>BASSEAL HVAC | Expert Air Conditioning & Heating in Lagos</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<!-- FontAwesome for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Link to Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header / Navigation -->
<header id="header">
<div class="container">
<nav class="navbar">
<a href="#" class="logo">
<i class="fa-solid fa-snowflake"></i> BASSEAL <span>HVAC</span>
</a>
<ul class="nav-links" id="navLinks">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#services" class="nav-link">Services</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#reviews" class="nav-link">Reviews</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
<!-- Mobile Only CTA in Menu -->
<li class="mobile-cta"><a href="tel:+2349020856177" class="btn btn-primary">Call Now</a></li>
</ul>
<div class="header-right">
<!-- Removed Call Button from Header as requested -->
<div class="hamburger" id="hamburger">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="overlay"></div>
<div class="container hero-content">
<div class="rating-badge">
<div class="stars">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<span>5.0 (265 Reviews)</span>
</div>
<h1>Reliable HVAC Services in Lagos</h1>
<p class="hero-sub">From Pedro to the Island, we provide expert AC repair, installation, and heating maintenance. Fast, affordable, and trusted.</p>
<div class="hero-btns">
<a href="tel:+2349020856177" class="btn btn-primary"><i class="fas fa-phone"></i> Call Now</a>
<a href="https://wa.me/2349020856177" class="btn btn-secondary"><i class="fab fa-whatsapp"></i> WhatsApp Us</a>
</div>
</div>
</section>
<!-- Trust Bar -->
<div class="trust-bar">
<div class="container">
<div class="trust-grid">
<div class="trust-item"><i class="fas fa-certificate"></i> Certified Technicians</div>
<div class="trust-item"><i class="fas fa-clock"></i> Fast Response Time</div>
<div class="trust-item"><i class="fas fa-map-marker-alt"></i> Serving All Lagos</div>
</div>
</div>
</div>
<!-- About Section -->
<section id="about" class="section-padding">
<div class="container">
<div class="about-grid">
<div class="about-text">
<h5 class="sub-heading">About BASSEAL HVAC</h5>
<h2 class="section-title">Committed to Your Comfort</h2>
<p>At BASSEAL HVAC, we understand the climate challenges in Lagos. Our mission is to provide reliable, efficient, and affordable air conditioning and heating solutions for both residential and commercial clients.</p>
<p>Located in Pedro, Lagos, we have built a reputation for excellence. With a team of certified technicians, we ensure your systems are running at peak performance, saving you money on energy bills.</p>
<div class="stats-container">
<div class="stat-box">
<h4>265+</h4>
<p>5-Star Reviews</p>
</div>
<div class="stat-box">
<h4>100%</h4>
<p>Satisfaction</p>
</div>
</div>
</div>
<div class="about-img">
<img src="https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80" alt="HVAC Technician fixing AC">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="section-padding bg-light">
<div class="container">
<div class="text-center mb-50">
<h5 class="sub-heading">What We Do</h5>
<h2 class="section-title">Our Core Services</h2>
</div>
<div class="services-grid">
<!-- Service 1 -->
<div class="service-card">
<div class="icon-box"><i class="fas fa-fan"></i></div>
<h3>AC Services</h3>
<p>Complete air conditioning solutions to beat the Lagos heat.</p>
<ul class="service-list">
<li><i class="fas fa-check"></i> AC System Repair</li>
<li><i class="fas fa-check"></i> AC Installation</li>
<li><i class="fas fa-check"></i> Maintenance Checks</li>
<li><i class="fas fa-check"></i> Unit Sales</li>
</ul>
</div>
<!-- Service 2 -->
<div class="service-card">
<div class="icon-box"><i class="fas fa-fire-alt"></i></div>
<h3>Heating Services</h3>
<p>Expert care for your heating systems when the weather turns.</p>
<ul class="service-list">
<li><i class="fas fa-check"></i> Heating Installation</li>
<li><i class="fas fa-check"></i> System Maintenance</li>
<li><i class="fas fa-check"></i> Heating Repair</li>
<li><i class="fas fa-check"></i> Ductless Systems</li>
</ul>
</div>
<!-- Service 3 -->
<div class="service-card">
<div class="icon-box"><i class="fas fa-wind"></i></div>
<h3>Ducts & Vents</h3>
<p>Ensure clean air circulation and system efficiency.</p>
<ul class="service-list">
<li><i class="fas fa-check"></i> Duct Cleaning</li>
<li><i class="fas fa-check"></i> Vent Installation</li>
<li><i class="fas fa-check"></i> Airflow Repair</li>
<li><i class="fas fa-check"></i> Filter Replacement</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Reviews Section -->
<section id="reviews" class="section-padding">
<div class="container">
<div class="text-center mb-50">
<h2 class="section-title">What Our Clients Say</h2>
<div class="stars big-stars">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<p class="rating-text">Rated 5.0 Stars on Google (265 Reviews)</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/368px-Google_2015_logo.svg.png" alt="Google Logo" style="width: 80px; margin: 0 auto;">
</div>
<div class="reviews-grid">
<!-- Review 1 -->
<div class="review-card">
<div class="review-header">
<div class="reviewer-avatar">T</div>
<div class="reviewer-info">
<h4>Tunde Adebayo</h4>
<span class="review-date">2 weeks ago</span>
</div>
<i class="fab fa-google google-icon"></i>
</div>
<div class="stars review-stars">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<p class="review-text">"Excellent service! My AC stopped cooling on a Sunday. BASSEAL came within 2 hours and fixed it. Very professional and the price was fair."</p>
</div>
<!-- Review 2 -->
<div class="review-card">
<div class="review-header">
<div class="reviewer-avatar" style="background: #e91e63;">S</div>
<div class="reviewer-info">
<h4>Sarah Kulu</h4>
<span class="review-date">1 month ago</span>
</div>
<i class="fab fa-google google-icon"></i>
</div>
<div class="stars review-stars">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<p class="review-text">"We used BASSEAL for a full HVAC installation in our new office in Pedro. Neat work, no mess left behind, and the cooling is perfect. Highly recommend."</p>
</div>
<!-- Review 3 -->
<div class="review-card">
<div class="review-header">
<div class="reviewer-avatar" style="background: #ff9800;">E</div>
<div class="reviewer-info">
<h4>Emmanuel Johnson</h4>
<span class="review-date">2 months ago</span>
</div>
<i class="fab fa-google google-icon"></i>
</div>
<div class="stars review-stars">
<i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i>
</div>
<p class="review-text">"Honest technicians. Another company told me I needed a completely new compressor, but BASSEAL fixed the wiring issue for a fraction of the cost."</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section-padding bg-dark">
<div class="container">
<div class="contact-layout">
<div class="contact-info">
<h5 class="sub-heading">Get In Touch</h5>
<h2 class="section-title text-white">Contact Us</h2>
<p class="text-white-dim">Ready to schedule a service? We are available to help you.</p>
<div class="contact-items">
<div class="contact-item">
<div class="c-icon"><i class="fas fa-phone-alt"></i></div>
<div>
<h4>Phone</h4>
<a href="tel:+2349020856177">0902 085 6177</a>
</div>
</div>
<div class="contact-item">
<div class="c-icon"><i class="fab fa-whatsapp"></i></div>
<div>
<h4>WhatsApp</h4>
<a href="https://wa.me/2349020856177">Chat with us</a>
</div>
</div>
<div class="contact-item">
<div class="c-icon"><i class="fas fa-map-marker-alt"></i></div>
<div>
<h4>Location</h4>
<p>11 Adeola St, Pedro, Lagos 100233</p>
</div>
</div>
<div class="contact-item">
<div class="c-icon"><i class="fas fa-clock"></i></div>
<div>
<h4>Business Hours</h4>
<p>Opens 10:00 AM (Mon - Sat)</p>
</div>
</div>
</div>
</div>
<!-- Map -->
<div class="map-wrapper">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3964.0817345388!2d3.38!3d6.55!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x103b8d9c0c0c0c0c%3A0x0!2zNsKwMzMnMDAuMCJOIDPCsDIyJzQ4LjAiRQ!5e0!3m2!1sen!2sng!4v1600000000000!5m2!1sen!2sng"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
title="BASSEAL HVAC Location">
</iframe>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<p>© <span id="year"></span> BASSEAL HVAC. All Rights Reserved.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</footer>
<!-- Floating Action Buttons (Mobile) -->
<div class="floating-btns">
<a href="https://wa.me/2349020856177" class="float-btn float-wa" aria-label="Chat on WhatsApp">
<i class="fab fa-whatsapp"></i>
</a>
<a href="tel:+2349020856177" class="float-btn float-call" aria-label="Call Now">
<i class="fas fa-phone"></i>
</a>
</div>
<!-- Link to Custom JS -->
<script src="script.js"></script>
</body>
</html>