-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdecluttering.php
56 lines (52 loc) · 2.22 KB
/
decluttering.php
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
<!-- header -->
<?php
$pageTitle = "Decluttering";
$metaTitle = "Ideal Staging and Design";
$metaDescription = "Transforming properties into stunning, market-ready spaces that captivate potential buyers and drive successful sales.";
?>
<?php include 'components/layout/header.php'; ?>
<?php include 'components/layout/navbar.php'; ?>
<!-- sections -->
<section>
<div class="sub-header sub-header-1 sub-header-our-services fake-position">
<div class="sub-header-content">
<h2 class="text-cap white-text">Decluttering</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="services.php">Our Services</a>
</li>
<li class="active">Decluttering</li>
</ol>
</div>
</div>
</section>
<!-- End Section Sub Header -->
<section class="padding">
<div class="container">
<div class="row">
<?php include 'components/services/sidebar.php'; ?>
<div class="main-services main-services-right">
<div class="col-md-6">
<p>At Ideal Staging and Design, our decluttering services help transform your home into a clean,
organized, and inviting space. We start with a thorough assessment, identifying areas that need
decluttering to enhance your home's appeal. Our team works efficiently to remove unnecessary
items, organize spaces, and create a clutter-free environment. This process maximizes space,
highlights your home's best features, and makes it more attractive to potential buyers.
</p>
</div>
<div class="col-md-6">
<img src="images/Services/3.jpg" class="img-responsive" alt="Image">
</div>
</div>
</div>
</div>
</section>
<div class="box-question-sidebar text-center">
<p>Have questions about our services?</p>
<a href="contact.php" class="ot-btn btn-main-color text-cap">Contact Us</a>
</div>
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>