-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout-design.php
55 lines (52 loc) · 2.2 KB
/
layout-design.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
<!-- header -->
<?php
$pageTitle = "Layout and Design";
$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">Layout Design</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">Layout Design</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>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
layout plan. Our experts focus on optimal furniture arrangement and decor placement to maximize
space and highlight your home's best features. We coordinate every detail, ensuring your home is
visually appealing and ready to impress potential buyers.
</p>
</div>
<div class="col-md-6">
<img src="images/Services/2.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'; ?>