-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathenterprise-crm-support.php
35 lines (27 loc) · 1.25 KB
/
enterprise-crm-support.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
<?php include 'header.php'; ?>
<!--page title start-->
<section class="page-title ptb-30">
<div class="container padding-top-40">
<div class="row">
<div class="col-md-12">
<h6 class="pagetitles">Services</h6>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">products</a></li>
<li class="active">enterprise crm support</li>
</ol>
</div>
</div>
</div>
</section>
<!--page title end-->
<img src="assets/img/products/banner/crm_product_bigperl.png" class="fullwidth" alt="crm_product_bigperl">
<div class="container padding-top-20">
<div class="col-md-7">
<h2 class="text-bold mb-10">Enterprise CRM Support</h2>
</div>
<div class="col-md-5">
<img src="assets/img/products/crm_support_bigperl.png" class="img-responsive " alt="crm_support_bigperl">
</div>
</div>
<?php include 'footer1.php'; ?>