-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhotel-management-system.php
37 lines (30 loc) · 2.05 KB
/
hotel-management-system.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
<?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">hotel management system</li>
</ol>
</div>
</div>
</div>
</section>
<!--page title end-->
<img src="assets/img/products/banner/hotel_management_bigperl.png" class="fullwidth" alt="hotel_management_bigperl">
<div class="container padding-top-20">
<div class="col-md-7">
<h2 class="text-bold mb-10">Hotel Management System</h2>
<p>To succeed in your business, independent hoteliers need a comprehensive solution that is flexible and agile.</p>
<p>Hotel Management System is an ideal software solution for Hospitality Industry that can be used at hotels, motels, inns, resorts, lodges etc.</p>
<p class="text-justified">Bigperl’s product of Hotel Management System is a comprehensive software suite consisting of integrated modules for various aspects of hotel management.It includes all the features required in a Hotel Management Software, Hotel Reservation Software, Hotel Reception Software (Front Office), Call Accounting, Hotel Point of Sales (Restaurant, Bar, Room Service, House Keeping or any other outlet), Inventory Management System and Hotel accounting software.</p>
</div>
<div class="col-md-5">
<img src="assets/img/products/hotel_management_bigperl.png" class="img-responsive " alt="hotel_management_bigperl">
</div>
</div>
<?php include 'footer1.php'; ?>