forked from duotics/web-freimo-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
servicios.php
32 lines (29 loc) · 920 Bytes
/
servicios.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
<?php include("frames/_head.php") ?>
<div class="boxed-container">
<div class="main-container">
<main>
<!-- Page Banner -->
<div class="page-banner container-fluid no-left-padding no-right-padding">
<!-- Container -->
<div class="container">
<div class="page-banner-content">
<h3>Servicios</h3>
</div>
<div class="banner-content">
<ol class="breadcrumb">
<li><a href="index.php">Inicio</a></li>
<li class="active">Servicios</li>
</ol>
</div>
</div>
<!-- Container /- -->
</div>
<!-- Page Banner -->
<?php include("modules/_offer.php") ?>
<?php include("modules/_team.php") ?>
<?php include("modules/_testimonial.php") ?>
<?php include("modules/_partners.php") ?>
</main>
</div>
</div>
<?php include("frames/_foot.php") ?>