-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
103 lines (88 loc) · 4.52 KB
/
about.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
layout: default_style
permalink: /about
lang: en
---
<!-- Main Container -->
<div class="row container-kamn">
<img src="assets/img/slider/panorama-g628047e5f_1920.jpg" class="blog-post" alt="Feature-img" align="right" width="100%">
</div>
<div id="banners"></div>
<div class="container">
<div class="row">
<div class="side-left col-sm-4 col-md-4">
<h3>About</h3><hr>
<a href="#anchor1"> Who Are We?</a><br>
<a href="#anchor2"> We Work With:</a><br>
<a href="#anchor3"> How Does It Work?</a><br>
<!-- <a href="#anchor4"> What Services Do We Provide?</a><br>-->
<a href="#anchor5"> Our Mission</a><br>
<br>
<h3>Mission</h3><hr>
{% include snippets/get-locale-string.html key='MISSION' %}
<h4>{{ __return }}.</h4>
</div>
<div class="col-sm-8 col-md-8">
<h3 id="anchor1"> Who Are We? </h3><hr>
<p>
We are experienced hotel professionals that can help properties develop long-term sustained revenue strategies which would optimize business performance and improve asset value.
We are motivated to find the right solutions for our clients’ needs.
</p>
<h3 id="anchor2">We Work With:</h3><hr>
* Individual Hotels<br>
* Management Companies<br>
* Ownership Groups<br>
* Real Estate Developers<br>
* Investment Firms<br>
<h3 id="anchor3">How Does It Work?</h3><hr>
<p>
We provide detailed analysis and guidance for repositioned, distressed, or underperforming hotels and find ways to turn the asset around.<br>
We access all available information inclusive of data, strategies and structure and offer a thorough report on our findings and recommended improvement plan.<br>
We assist hotels on implementing all Sales & Marketing related action plans in order to achieve significant enhancement on financial results.<br>
</p>
<!-- <h3 class="lead" id="anchor4">What Services Do We Provide?</h3>-->
<!-- <h4>* Evaluation of Sales & Marketing:</h4>-->
<!-- <h5> - Competitive intelligence</h5>-->
<!-- <h5> - Current pricing and sales strategies</h5>-->
<!-- <h5> - Channel performance</h5>-->
<!-- <h5> - Sales deployment and incentive plan</h5>-->
<!-- <h5> - Brand optimization</h5>-->
<!-- <br>-->
<!-- <h4>* Revenue and commercial strategies:</h4>-->
<!-- <h5> - STR and Demand 360 analysis</h5>-->
<!-- <h5> - Market segment and channel mix analysis</h5>-->
<!-- <h5> - Retail pricing strategy</h5>-->
<!-- <h5> - Distribution strategy</h5>-->
<!-- <h5> - Revenue meetings</h5>-->
<!-- <h5> - Risk and opportunities measurement</h5>-->
<!-- <h5> - Upselling</h5>-->
<!-- <h5> - Problem-based solutions and implementations</h5>-->
<!-- <br>-->
<!-- <h4>* Hotel Rooms, Food & Beverage and Catering Sales:</h4>-->
<!-- <h5> - Generate business for properties utilizing domestic and international sales network</h5>-->
<!-- <h5> - Contribute to the strategy and planning activities of sales function</h5>-->
<!-- <h5> - Come up with account development plans and define account strategies</h5>-->
<!-- <br>-->
<!-- <h4>* Marketing:</h4>-->
<!-- <h5> - Direct and support on production of collaterals and key strategies and promotions to media</h5>-->
<!-- <h5> - Drive marketing, advertising and public relations campaigns</h5>-->
<!-- <h5> - Official accounts operations: Wechat, Weibo, Tik Tok, Red Book, etc</h5>-->
<!-- <h5> - Oversee the production and quality of hotel photography</h5>-->
<!-- <br>-->
<!-- <h4>* Training & education:</h4>-->
<!-- <h5> - Revenue Management</h5>-->
<!-- <h5> - Distribution Management</h5>-->
<!-- <h5> - Sales</h5>-->
<!-- <h5> - Marketing</h5>-->
<!-- <h5> - Front Office</h5>-->
<!-- <h5> - Food & Beverage</h5>-->
<!-- <h5> - Upselling</h5>-->
<h3 id="anchor5">Our Mission</h3><hr>
<blockquote>
<em>{{ __return }}.</em>
</blockquote>
<br><br>
</div>
</div>
</div>
<!--End Main Container -->