-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.php
23 lines (15 loc) · 1.4 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
<?php include ("head.php"); ?>
<?php include ("masthead.php"); ?>
<div id="content">
<section>
<img class ="right" src="images/kent-kitchen-3d-design.jpg" alt="3D design of kitchen"/>
<h1 class=" tagline" >Design Build</h1>
<p>At the start of the process JMKent Building Inc. works with the client to create a budget that fits the design of what the client wants or needs. Once design and budget are set, construction begins. This allows for a smooth construction project, avoiding costly changes and delays. We use this process consistently from the smallest remodel to a large custom home. We offer 3D computer-generated designs for your remodeling projects, so you can see what your new space will look like before a single tool is taken out.</p>
</section>
<section id="prop-mgmt">
<img class="right" src="images/kent-property-management.jpg" alt="Cape Cod property management by J.M. Kent building"/>
<h1 class=" tagline" >Property Management</h1>
<p>Many of our clients have second homes on the Cape and Islands. We offer a variety of services whether it is opening and closing the home for the season or property watch during the harsh winter months.</p>
<p> We provide this service to all of our clients to relieve any stress that may come with the upkeep of a home.</p>
</section>
<?php include ("footer.php"); ?>