-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsultation-and-planning.php
54 lines (53 loc) · 2.56 KB
/
consultation-and-planning.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
<?php
$pageTitle = "Consultation and Planning";
$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">Consultation and Planning</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">Consultation and Planning</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 onsite consultation is the first step in transforming your
property into a stunning, market-ready space. During the consultation, our expert stager will
assess the current condition and layout of your home, identify strengths and areas for
improvement, and understand your objectives and design preferences. We provide strategic
recommendations on decluttering, cleaning, repairs, and design enhancements to improve
functionality and visual appeal. Following the consultation, you'll receive a detailed summary
with a customized staging plan, including a clear action plan, budget, and timeline. </p>
</div>
<div class="col-md-6">
<img src="images/Services/1.jpg" class="img-responsive" alt="Image">
<!-- <img src="http://placehold.it/420x236/ccc.jpg" class="img-responsive" alt="Image"> -->
</div>
</div>
</div>
</div>
</section>
<!-- End Section How This Would Help You -->
<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'; ?>