-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhitepaper.html
More file actions
116 lines (99 loc) · 3.72 KB
/
whitepaper.html
File metadata and controls
116 lines (99 loc) · 3.72 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Whitepaper</title>
@@include('./partials/inject_head.html')
<link rel="stylesheet" type="text/css" href="css/whitepaper.css">
<link rel="canonical" href="https://salesflare.com/whitepaper" />
</head>
<body>
@@include('./partials/mobile_menu.html')
<!-- header -->
<div class="sf-header feature">
@@include('./partials/menu.html')
<!-- hero -->
<div class="sf-hero">
<div class="container">
<div class="row">
<div>
<h1>Whitepaper</h1>
<p>The augmented sales team</p>
<div class="sf-hero-button">
<a class="" href="#download" title="Download">Download</a>
</div>
</div>
</div>
</div>
</div>
<!-- end hero -->
</div>
<!-- end of header -->
<div class="sf-two-columns sf-info">
<div class="container">
<div class="row">
<div class="col-md-6 first">
<div class="content">
<h3>8 rules to boost your sales performance.</h3>
<p>
Many companies implement a CRM system to support their sales organization, hoping that it will dramatically increase their sales performance. Still, as many as 55 to 70% of CRM implementations fail according to studies of Gartner and the Butler Group.
</p>
<p>
This whitepaper explores why this happens and transforms it into 8 concrete rules for augmenting sales teams with software. Pragmatic and powerful rules that we take at heart at Salesflare.
</p>
<p>
If you are working to improve your sales performance, drive more revenue through smart technology, or to make your sales team happier, this whitepaper is for you.
</p>
</div>
</div>
<div class="col-md-6 second">
<div class="content">
<div>
<img src="img/whitepaper-icons-mobile.png" alt="" class="only-mobile">
<img src="img/whitepaper-icons.png" alt="" class="no-mobile">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sf-quote">
<p>"When you combine the forces of machines and humans, you get even more phenomenal results.”</p>
</div>
<div class="sf-download sf-two-columns">
<div class="container">
<div class="row">
<div class="col-md-6 image first full-col">
<div class="content">
<p>Some quotes from the whitepaper:</p>
<div>“Nudges directly related to real sales activities can be
far more effective than direct instructions or
enforcement of rules.”</div>
<div>“A proper mobile sales management tool should work
like, say, Facebook Messenger: fast, easy and efficient.”</div>
</div>
</div>
<div class="col-md-6 second" id="download">
<p>Download the whitepaper</p>
<form class="sf-form" action="https://salesflare.us8.list-manage.com/subscribe/post?u=e6b1e240fe7c654b0536c1e63&id=9edb0e4d7a" method="post">
<fieldset>
<label>Name</label>
<input type="text" name="NAME" value="" placeholder="">
<label>Work email address</label>
<input type="email" name="EMAIL" value="" placeholder="">
<label>Phone number</label>
<input type="tel" name="PHONE" value="" placeholder="">
<label>Role</label>
<input type="text" name="ROLE" value="" placeholder="">
<label>Company name</label>
<input type="text" name="COMPANY" value="" placeholder="">
<button type="submit" class="sf-button">Download</button>
</fieldset>
</form>
</div>
</div>
</div>
</div>
@@include('./partials/footer.html')
@@include('./partials/inject_foot.html')
</body>
</html>