-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.php
132 lines (126 loc) · 6.01 KB
/
services.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
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
<?php
$pageTitle = "Services";
$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'; ?>
<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">Service</h2>
<ol class="breadcrumb breadcrumb-arc text-cap">
<li>
<a href="index.php">Home</a>
</li>
<li class="active">Our Services</li>
</ol>
</div>
</div>
</section>
<!-- End Section Sub Header -->
<section class="padding padding-bot-30">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="block-img-full service-item">
<a class="img-block" href="consultation-and-planning.php"><img src="images/Services/1.jpg"
class="img-responsive" alt="Image"></a>
<div class="text-box">
<h4 class="text-cap"><mark>Consultation and Planning</mark></h4>
<p>
At Ideal Staging and Design, our onsite consultation is the first step in transforming your
property into a stunning, market-ready space. During the consultation, our expert stager
will...
</p>
<a class="text-cap view-more" href="consultation-and-planning.php">View service</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="block-img-full service-item">
<a class="img-block" href="layout-design.php"><img src="images/Services/2.jpg"
class="img-responsive" alt="Image"></a>
<div class="text-box">
<h4 class="text-cap"><mark>Layout Design</mark></h4>
<p>
our layout design services transform your home into an inviting and functional space. We
begin
with a comprehensive assessment, understanding your goals and preferences to craft a
customized...
</p>
<a class="text-cap view-more" href="layout-design.php">View service</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="block-img-full service-item">
<a class="img-block" href="decluttering.php"><img src="images/Services/3.jpg" class="img-responsive"
alt="Image"></a>
<div class="text-box">
<h4 class="text-cap"><mark>Decluttering</mark></h4>
<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...
</p>
<a class="text-cap view-more" href="decluttering.php">View service</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="block-img-full service-item">
<a class="img-block" href="painting.php"><img src="images/Services/5.jpg" class="img-responsive"
alt="Image"></a>
<div class="text-box">
<h4 class="text-cap"><mark>
Painting</mark></h4>
<p>
Our painting service revitalizes your home with a professional touch and expert color
consultations. We begin by understanding your design preferences and selecting the
perfect...
</p>
<a class="text-cap view-more" href="painting.php">View service</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="block-img-full service-item">
<a class="img-block" href="cleaning.php"><img src="images/Services/4.jpg" class="img-responsive"
alt="Image"></a>
<div class="text-box">
<h4 class="text-cap"><mark>
Cleaning</mark></h4>
<p>
Our cleaning service provides a thorough and professional clean to ensure your home is
pristine
and ready for staging. We focus on every detail, from deep-cleaning carpets and floors to...
</p>
<a class="text-cap view-more" href="cleaning.php">View service</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio Detail 1 -->
<section>
<div class="overlay-arc overlay-3">
<div class="layer-1 text-center">
<div class="box-content-overlay-3">
<h2 class=" wow fadeInDown" data-wow-delay=".15s">We are creative interior design, architecture and<br>
decor your space</h2>
<a href="contact.php" class="ot-btn btn-dark-color btn-long text-cap wow fadeInUp2"
data-wow-delay=".25s">Work with us</a>
</div>
</div>
</div>
</section>
<!-- End Section Overlay -->
<!-- footer -->
<?php include 'components/layout/footer.php'; ?>