-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsolutions.html
77 lines (68 loc) · 3.96 KB
/
solutions.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Solutions</title>
</head>
<body style="width:960px;margin:0 20px;">
<header>
<img src="images/header.gif">
<!--Menu (Top navbar)-->
<a href="index.html"><img src="images/nav_home.gif"></a>
<a href="aboutus.html"><img src="images/nav_aboutus.gif"></a>
<a href="#"><img src="images/nav_solutions.gif"></a>
<a href="contactus.html"><img src="images/nav_contactus.gif"></a>
</header>
<!--Content-->
<h2>Our Solutions</h2>
<h3>vProspect 2.0</h3>
<img src="images/logo_vprospect.gif">
<p>
Define and research your target audience, define your strategy to reach that audience and present a strong and memorable brand to that audience. vProspect can help your business:
</p>
<ul>
<li>Define your target audience and competition.</li>
<li>Research your competition and your target audience's behavior, needs, technical know-how level, etc.</li>
<li>Establish a conceptual and visual identity that corresponds to the defined direction of the company.</li>
<li>Ensure consistency across all media.</li>
<li>Establish corporate guidelines for cohesiveness of any future developments.</li>
<li>Define and/or re-defining your service and/or product offerings.</li>
<li>Define expansion plans and strategies.</li>
<li>Implement Search Engine Optimization of all Online materials.</li>
</ul>
<h3>vConvert 2.0</h3>
<img src="images/logo_vconvert.gif">
<p>
Create a highly user-friendly and easy-to-navigate information architecture that will help your prospects interact with the company on a highly interactive level. vConvert can help your business:
</p>
<ul>
<li>Build a visual and functional user front end that focuses exclusively on providing an exceptional user experience while conveying company, service and product information.
</li>
<li>Cause the desired emotional response in a user to facilitate conversion to a client.</li>
<li>Build sites that move beyond merely conveying information. They advertise, motivate, excite and inspire. Users are more likely to remember and recommend your site.
</li>
<li>Research your target audience's behavior, needs, technical know-how and level, etc.</li>
<li>Develop any applicable back-end programs to facilitate user interaction with the company and offerings on a highly functional level to allow any kind of online transactions and a completely centralized information collection and access point, accessible from any location.
</li>
<li>Create an architecture to display the site content and information in a logical and easy to access manner. Facilitating thereby the desired ease, for the user to find what they are looking for quickly and easily. Allowing the user to focus on the subject at hand rather than searching for information on the site.
</li>
</ul>
<h3>vRetain 1.0</h3>
<img src="images/logo_vretain.gif">
<p>
Build on existing customer relationships to improve productivity and maximize customer loyalty, while growing revenues. vRetain can help your business:
</p>
<ul>
<li>Streamline existing business infrastructures by utilizing technology for automation, information centralization, and information sharing among all business units and departments, as well as efficient prospect & customer tracking and interaction within the company.
</li>
<li>Collect crucial information, data and statistics that allow a company to keep in touch with users in a very customized, highly targeted way.
</li>
<li>Analyze site visitor behavior through traffic analysis, usability studies and interactive polling. Recommending and making site and application adjustments to improve usability and user experience.
</li>
</ul>
<footer>
<hr>
Copyright © 1998 - All Rights Reserved
</footer>
</body>
</html>