-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
530 lines (526 loc) · 27.7 KB
/
index.html
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<title>HomePro - LandingPage</title>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<style>
body {
opacity: 0;
}
</style>
<link rel="stylesheet" href="css/style.min.css?_v=20231129125028">
<link rel="shortcut icon" href="img/icons/head-logo.svg">
<!-- <meta name="robots" content="noindex, nofollow"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="wrapper">
<!-- //======================================================================================================================================================== -->
<!-- Header -->
<header class="header">
<div class="header__container">
<a href="" class="header__logo"><img src="img/icons/logo.svg" alt="Logo"></a>
<div class="header__menu menu">
<button type="button" class="menu__icon icon-menu"><span></span></button>
<nav class="menu__body">
<ul class="menu__list">
<li class="menu__item"><a href="" data-goto=".about" class="menu__link">About Us</a></li>
<li class="menu__item"><a href="" data-goto=".services" class="menu__link">Services</a></li>
<li class="menu__item"><a href="" data-goto=".blog" class="menu__link">Our Blog</a></li>
<li class="menu__item"><a href="" data-goto=".footer" class="menu__link">Contact</a></li>
</ul>
</nav>
</div>
<div data-da=".menu__body, 767.98" class="header__schedule">24 Hour Services</div>
</div>
</header>
<!-- //======================================================================================================================================================== -->
<main class="page">
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Hero -->
<section data-watch class="hero">
<div class="hero__image-ibg hero__image-ibg--left"><picture><source srcset="img/hero/Image-left.webp" type="image/webp"><img src="img/hero/Image-left.jpg" alt="Image"></picture></div>
<div class="hero__body">
<div class="hero__content">
<div class="hero__main">
<ul class="hero__items items-hero">
<li class="items-hero__item">Maintenances</li>
<li class="items-hero__item">Repairs</li>
<li class="items-hero__item">Improvements</li>
</ul>
<div class="hero__block-header block-header block-header--center">
<h1 class="block-header__title block-header__title--white block-header__title--big">
Need improvement or repair your home? we can help!
</h1>
</div>
<ul class="hero__done done">
<li class="done__item">Free Quotes</li>
<li class="done__item">100% Commitment-Free</li>
</ul>
</div>
<a href="" class="hero__button button button--icon">
<span>Call Us Now</span>
</a>
</div>
<div class="hero__advantages advantages-hero">
<div class="advantages-hero__item">
<div class="advantages-hero__icon">
<img src="img/hero/icons/01.svg" alt="Icon">
</div>
<div class="advantages-hero__text">
<p>Satisfaction Guarantee</p>
</div>
</div>
<div class="advantages-hero__item">
<div class="advantages-hero__icon">
<img src="img/hero/icons/02.svg" alt="Icon">
</div>
<div class="advantages-hero__text">
<p>24H Availability</p>
</div>
</div>
<div class="advantages-hero__item">
<div class="advantages-hero__icon">
<img src="img/hero/icons/03.svg" alt="Icon">
</div>
<div class="advantages-hero__text">
<p>Local US Professional</p>
</div>
</div>
<div class="advantages-hero__item">
<div class="advantages-hero__icon">
<img src="img/hero/icons/04.svg" alt="Icon">
</div>
<div class="advantages-hero__text">
<p>Flexible Appointments</p>
</div>
</div>
</div>
</div>
<div class="hero__image-ibg hero__image-ibg--right"><picture><source srcset="img/hero/Image-right.webp" type="image/webp"><img src="img/hero/Image-right.jpg" alt="Image"></picture></div>
<div class="hero__decor decor-hero">
<div class="decor-hero__item"></div>
<div class="decor-hero__item"></div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- About -->
<section data-watch="navigator" data-watch-threshold="0.3" class="about">
<div class="about__container">
<div class="about__body">
<div class="about__block-header block-header">
<h2 class="block-header__title">Professional for your home services</h2>
<div class="block-header__text">
<p>You need help for home care? We are home care professionals focused in the US region. We provide several services that support home services</p>
</div>
</div>
<ul class="about__items">
<li class="about__item">Repair and Installation</li>
<li class="about__item">Maintenance</li>
<li class="about__item">Home Security Services</li>
<li class="about__item">Plumbing</li>
<li class="about__item">Budget-friendly</li>
<li class="about__item">Eco-friendly solutions</li>
</ul>
<div class="about__info">
We already 24 hours fast services to help you. You can contact us at <a href="tel:8886175894">(888) 617-5894</a>
</div>
</div>
<div class="about__image"><picture><source srcset="img/about/Image.webp" type="image/webp"><img src="img/about/Image.jpg" alt="Image"></picture></div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Services -->
<section data-watch="navigator" data-watch-threshold="0.3" class="services">
<div class="services__container">
<div class="services__block-header block-header block-header--center">
<h2 class="block-header__title">Our Services</h2>
<div class="block-header__text">
<p>You have problems with leaking pipes, broken tiles, lost keys or want to tidy up the trees around you, of course you need our help!</p>
</div>
</div>
<div class="services__items">
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/01.svg" alt="Icon"></div>
<h4 class="item-services__title">Plumbing services</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/02.svg" alt="Icon"></div>
<h4 class="item-services__title">Roofing repair</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/03.svg" alt="Icon"></div>
<h4 class="item-services__title">Mold Removal</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/04.svg" alt="Icon"></div>
<h4 class="item-services__title">Tree Trimming</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/05.svg" alt="Icon"></div>
<h4 class="item-services__title">Appliance Repair</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/06.svg" alt="Icon"></div>
<h4 class="item-services__title">Bathroom Remodeling</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services">
<div class="item-services__icon"><img src="img/services/07.svg" alt="Icon"></div>
<h4 class="item-services__title">Locksmith</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
</article>
<article class="services__item item-services item-services--blue">
<h4 class="item-services__title">More service?</h4>
<div class="item-services__text">
<p>Drain pipe leaking, pipe clogged, replace the pipe line</p>
</div>
<a href="" class="item-services__button button button--fw button--white button--min">Call Us Now</a>
</article>
</div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Advantages -->
<section data-watch class="advantages">
<div class="advantages__body">
<div class="advantages__container">
<div class="advantages__block-header block-header block-header--inline">
<h2 class="block-header__title block-header__title--white">Fast, Friendly, and Satisfaction Guarantee</h2>
<div class="block-header__text">
<p>No matter how big or small your work is, whether it's for the interior or exterior of your home, we are ready to serve and help you solve your home problems.</p>
</div>
</div>
<div class="advantages__items">
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/01.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">Satisfaction Guarantee</h4>
<div class="item-advantages__text">
<p>you don't need to worry about scams or our performance results. our company has been verified and strives for optimal results</p>
</div>
</div>
</div>
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/02.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">Free Quotes</h4>
<div class="item-advantages__text">
<p>Get personalized cost estimates without any obligation. Experience transparency and peace of mind as you explore our service.</p>
</div>
</div>
</div>
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/03.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">Local Professionals</h4>
<div class="item-advantages__text">
<p>Our services cover the Nationwide, US area, including urban, suburban, and rural locations for both long and short term maintenance</p>
</div>
</div>
</div>
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/04.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">Fast 24-Hour Service</h4>
<div class="item-advantages__text">
<p>need fast handling for repairs to drains, leaks or something else? Our experts are available anytime to help you solve the problem</p>
</div>
</div>
</div>
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/05.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">Flexible Appointments</h4>
<div class="item-advantages__text">
<p>We offer convenient appointment times that can accommodate your busy schedule, day or night, 7 days a week.</p>
</div>
</div>
</div>
<div class="advantages__item item-advantages">
<div class="item-advantages__icon"><img src="img/advantages/06.svg" alt="Icon"></div>
<div class="item-advantages__body">
<h4 class="item-advantages__title">100% Commitment-Free</h4>
<div class="item-advantages__text">
<p>You are free to ask us about the problems you are facing. We offer a no-commitment approach to put your mind at ease</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- How -->
<section data-watch class="how">
<div class="how__container">
<div class="how__image"><picture><source srcset="img/how/Image.webp" type="image/webp"><img src="img/how/Image.jpg" alt="Image"></picture></div>
<div class="how__content">
<div class="how__block-header block-header">
<h2 class="block-header__title">How HomePro works?</h2>
</div>
<ol class="how__list list-how">
<li class="list-how__item">
<span class="list-how__title">Call us anytime 24/7</span>
<span class="list-how__text text">You can contact us directly, we will quickly put you in touch with our home care professionals who are ready anytime</span>
</li>
<li class="list-how__item">
<span class="list-how__title">Schedule Service</span>
<span class="list-how__text text">After connecting your call, our home care experts will answer your questions and provide flexible appointment times</span>
</li>
<li class="list-how__item">
<span class="list-how__title">Your request is complated</span>
<span class="list-how__text text">Once your technician arrives, he will diagnose the problem and provide an estimate. If you decide to continue, the technician will get to work</span>
</li>
</ol>
</div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Reviews -->
<section data-watch class="reviews">
<div class="reviews__container">
<div class="reviews__block-header block-header block-header--center">
<h2 class="block-header__title">Here our original reviews from trusted platform</h2>
</div>
<div class="reviews__body">
<div class="reviews__slider swiper">
<div class="reviews__wrapper swiper-wrapper">
<div class="reviews__slide slide-reviews swiper-slide">
<div class="slide-reviews__logo"><picture><source srcset="img/reviews/logo.webp" type="image/webp"><img src="img/reviews/logo.jpg" alt="Logo"></picture></div>
<div class="slide-reviews__text text">
<p>Roof repairs can be a real headache, but HomePro makes it easy! Their roofing team turned my leaky roof into a stockade. With their craftsmanship and the best materials, my house is now ready to weather any storm.</p>
</div>
<div class="slide-reviews__user">
<div class="slide-reviews__avatar"><picture><source srcset="img/reviews/avatar.webp" type="image/webp"><img src="img/reviews/avatar.jpg" alt="Avatar"></picture></div>
<div class="slide-reviews__body">
<div class="slide-reviews__name">Kende Attila</div>
<div class="slide-reviews__rating rating">
<div class="rating__body">
<div class="rating__active"></div>
<div class="rating__items">
<input type="radio" class="rating__item" value="1" name="rating">
<input type="radio" class="rating__item" value="2" name="rating">
<input type="radio" class="rating__item" value="3" name="rating">
<input type="radio" class="rating__item" value="4" name="rating">
<input type="radio" class="rating__item" value="5" name="rating">
</div>
</div>
<div class="rating__value">3.6</div>
</div>
</div>
</div>
</div>
<div class="reviews__slide slide-reviews swiper-slide">
<div class="slide-reviews__logo"><picture><source srcset="img/reviews/logo.webp" type="image/webp"><img src="img/reviews/logo.jpg" alt="Logo"></picture></div>
<div class="slide-reviews__text text">
<p>Roof repairs can be a real headache, but HomePro makes it easy! Their roofing team turned my leaky roof into a stockade. With their craftsmanship and the best materials, my house is now ready to weather any storm.</p>
<p>Roof repairs can be a real headache, but HomePro makes it easy! Their roofing team turned my leaky roof into a stockade. With their craftsmanship and the best materials, my house is now ready to weather any storm.</p>
</div>
<div class="slide-reviews__user">
<div class="slide-reviews__avatar"><picture><source srcset="img/reviews/avatar.webp" type="image/webp"><img src="img/reviews/avatar.jpg" alt="Avatar"></picture></div>
<div class="slide-reviews__body">
<div class="slide-reviews__name">Kende Attila</div>
<div class="slide-reviews__rating rating">
<div class="rating__body">
<div class="rating__active"></div>
<div class="rating__items">
<input type="radio" class="rating__item" value="1" name="rating">
<input type="radio" class="rating__item" value="2" name="rating">
<input type="radio" class="rating__item" value="3" name="rating">
<input type="radio" class="rating__item" value="4" name="rating">
<input type="radio" class="rating__item" value="5" name="rating">
</div>
</div>
<div class="rating__value">3.6</div>
</div>
</div>
</div>
</div>
<div class="reviews__slide slide-reviews swiper-slide">
<div class="slide-reviews__logo"><picture><source srcset="img/reviews/logo.webp" type="image/webp"><img src="img/reviews/logo.jpg" alt="Logo"></picture></div>
<div class="slide-reviews__text text">
<p>Roof repairs can be a real headache, but HomePro makes it easy! Their roofing team turned my leaky roof into a stockade. With their craftsmanship and the best materials, my house is now ready to weather any storm.</p>
</div>
<div class="slide-reviews__user">
<div class="slide-reviews__avatar"><picture><source srcset="img/reviews/avatar.webp" type="image/webp"><img src="img/reviews/avatar.jpg" alt="Avatar"></picture></div>
<div class="slide-reviews__body">
<div class="slide-reviews__name">Kende Attila</div>
<div class="slide-reviews__rating rating">
<div class="rating__body">
<div class="rating__active"></div>
<div class="rating__items">
<input type="radio" class="rating__item" value="1" name="rating">
<input type="radio" class="rating__item" value="2" name="rating">
<input type="radio" class="rating__item" value="3" name="rating">
<input type="radio" class="rating__item" value="4" name="rating">
<input type="radio" class="rating__item" value="5" name="rating">
</div>
</div>
<div class="rating__value">3.6</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button type="button" class="reviews__arrow reviews__arrow--prev"></button>
<button type="button" class="reviews__arrow reviews__arrow--next"></button>
<div class="reviews__dotts"></div>
</div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Blog -->
<section data-watch="navigator" data-watch-threshold="0.3" class="blog">
<div class="blog__container">
<div class="blog__block-header block-header block-header--center">
<h2 class="block-header__title">Explore Insights in Our Blog</h2>
<div class="block-header__text">
<p>Find lots of insights and information on our blog. Explore, learn, and get inspired today.</p>
</div>
</div>
<div class="blog__items"></div>
<button hidden type="button" class="blog__view-more">View More</button>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Questions -->
<section data-watch class="questions">
<div class="questions__container">
<div class="questions__block-header block-header">
<h2 class="block-header__title">Frequently Asked Questions</h2>
<div class="block-header__text">
<p>Still need help? <a href="">Get Help Now</p></a>
</div>
</div>
<div data-spollers data-one-spoller class="questions__spollers spollers-questions">
<details data-open class="spollers-questions__item">
<summary class="spollers-questions__title">What is HomePro?</summary>
<div class="spollers-questions__body">HomePro is a home care platform that connects homeowners with professional service providers offering a wide range of home services, including repairs, maintenance, cleaning, and more.</div>
</details>
<details class="spollers-questions__item">
<summary class="spollers-questions__title">Are the service providers on HomePro reliable and qualified?</summary>
<div class="spollers-questions__body">HomePro is a home care platform that connects homeowners with professional service providers offering a wide range of home services, including repairs, maintenance, cleaning, and more.</div>
</details>
<details class="spollers-questions__item">
<summary class="spollers-questions__title">What if I have an issue or complaint about a service provider?</summary>
<div class="spollers-questions__body">HomePro is a home care platform that connects homeowners with professional service providers offering a wide range of home services, including repairs, maintenance, cleaning, and more.</div>
</details>
<details class="spollers-questions__item">
<summary class="spollers-questions__title">How are payments handled on HomePro?</summary>
<div class="spollers-questions__body">HomePro is a home care platform that connects homeowners with professional service providers offering a wide range of home services, including repairs, maintenance, cleaning, and more.</div>
</details>
<details class="spollers-questions__item">
<summary class="spollers-questions__title">How do I leave a review for a service provider?</summary>
<div class="spollers-questions__body">HomePro is a home care platform that connects homeowners with professional service providers offering a wide range of home services, including repairs, maintenance, cleaning, and more.</div>
</details>
</div>
</div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
<!-- Talk -->
<section data-watch class="talk">
<div class="talk__container">
<div class="talk__content">
<div class="talk__block-header block-header">
<h1 class="block-header__title block-header__title--white block-header__title--big">
Already to improve or repair your home? Let’s Talk!
</h1>
</div>
<ul class="talk__done done">
<li class="done__item">Free Quotes</li>
<li class="done__item">100% Commitment-Free</li>
</ul>
<a href="" class="hero__button button button--icon">
<span>Call Us Now</span>
</a>
</div>
</div>
<div class="talk__image"><span></span><picture><source srcset="img/talk/image.webp" type="image/webp"><img src="img/talk/image.png" alt="Image"></picture></div>
</section>
<!-- $=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-> -->
</main>
<!-- //======================================================================================================================================================== -->
<!-- Footer -->
<footer data-watch="navigator" data-watch-threshold="0.3" class="footer">
<div class="footer__container">
<div class="footer__content">
<div class="footer__subscribe subscribe">
<div class="subscribe__body">
<h4 class="subscribe__title">Stay Connected with Our Newsletter</h4>
<div class="subscribe__text">
<p>Subscribe to our newsletter to get more news, promo, or news services</p>
</div>
</div>
<form action="#" class="subscribe__form">
<input data-required="email" autocomplete="off" type="text" name="form[]" data-error="Error" placeholder="Enter email address" class="subscribe__input input">
<button type="submit" class="subscribe__button button button--min">Subscribe</button>
</form>
</div>
<div class="footer__body">
<div class="footer__info">
<div class="footer__logo"><img src="img/icons/logo-white.svg" alt="Logo"></div>
<div class="footer__text text">
<p>Home Pro is your premier destination for top-notch smart home service and repair.</p>
</div>
<ul class="footer__social social">
<li class="social__item"><a href="" class="social__link"><img src="img/icons/social/youtube.svg" alt="Icon"></a></li>
<li class="social__item"><a href="" class="social__link"><img src="img/icons/social/instagram.svg" alt="Icon"></a></li>
<li class="social__item"><a href="" class="social__link"><img src="img/icons/social/facebook.svg" alt="Icon"></a></li>
<li class="social__item"><a href="" class="social__link"><img src="img/icons/social/twitter.svg" alt="Icon"></a></li>
<li class="social__item"><a href="" class="social__link"><img src="img/icons/social/mail.svg" alt="Icon"></a></li>
</ul>
</div>
<div class="footer__menu menu-footer">
<div data-spollers="479" class="menu-footer__spollers">
<details class="menu-footer__block">
<summary class="menu-footer__title">Company</summary>
<ul class="menu-footer__list">
<li class="menu-footer__item"><a href="" class="menu-footer__link">About us</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">Services</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">Our Blog</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">Contact</a></li>
</ul>
</details>
<details class="menu-footer__block">
<summary class="menu-footer__title">Legal</summary>
<ul class="menu-footer__list">
<li class="menu-footer__item"><a href="" class="menu-footer__link">Terms</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">Privacy</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">Cookies</a></li>
<li class="menu-footer__item"><a href="" class="menu-footer__link">License</a></li>
</ul>
</details>
</div>
</div>
</div>
</div>
<div class="footer__copy">©2023 HomePro . All rights reserved</div>
</div>
</footer>
<!-- //======================================================================================================================================================== -->
</div>
<script src="js/app.min.js?_v=20231129125028"></script>
</body>
</html>