-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpainting.php
58 lines (53 loc) · 2.3 KB
/
painting.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
<!-- header -->
<?php
$pageTitle = "Painting";
$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">Painting</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">Painting</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 painting service revitalizes your home with a professional touch and expert color
consultations. We begin by understanding your design preferences and selecting the perfect
colors to complement your space. Our team ensures high-quality finishes and meticulous attention
to detail for a flawless result. We handle all aspects of the painting process, from preparation
to the final coat, to enhance your home’s aesthetic appeal. The result is a polished, welcoming
environment that elevates your property’s overall look and feel.
</p>
</div>
<div class="col-md-6">
<img src="images/Services/5.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'; ?>