| ... |
... |
@@ -1,6 +1,8 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
|
3 |
+ |
| 3 |
3 |
#set ($contactURL = $xwiki.getURL('contact.WebHome')) |
|
5 |
+ |
| 4 |
4 |
#set ($startingPoints = [{ |
| 5 |
5 |
'icon': 'search', |
| 6 |
6 |
'title': 'Review & diagnose', |
| ... |
... |
@@ -38,18 +38,8 @@ |
| 38 |
38 |
], |
| 39 |
39 |
'cta': 'Discuss support plan' |
| 40 |
40 |
}]) |
| 41 |
|
-#set ($commonPackages = [ |
| 42 |
|
-{ |
| 43 |
|
- 'service': 'XWiki AWS Cloud Hosting', |
| 44 |
|
- 'price': 'From €120/month', |
| 45 |
|
- 'description': 'Single-instance AWS hosting for small XWiki environments, including cloud server, storage, basic backups and modest traffic. Larger storage, high availability, managed databases or high-traffic environments are quoted separately.' |
| 46 |
|
-}, |
| 47 |
|
-{ |
| 48 |
|
- 'service': 'AWS Hosting Setup for XWiki', |
| 49 |
|
- 'price': 'From €490', |
| 50 |
|
- 'description': 'Initial AWS deployment setup for XWiki, including server preparation, database/runtime configuration, HTTPS setup and basic backup strategy.' |
| 51 |
|
-}, |
| 52 |
|
-{ |
|
43 |
+ |
|
44 |
+#set ($commonPackages = [{ |
| 53 |
53 |
'service': 'XWiki Health Check', |
| 54 |
54 |
'price': '€390', |
| 55 |
55 |
'description': 'Configuration, version, extension, security and stability review with written recommendations.' |
| ... |
... |
@@ -90,6 +90,7 @@ |
| 90 |
90 |
'price': 'Quoted after review', |
| 91 |
91 |
'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' |
| 92 |
92 |
}]) |
|
85 |
+ |
| 93 |
93 |
#set ($supportPlans = [{ |
| 94 |
94 |
'icon': 'leaf', |
| 95 |
95 |
'title': 'Essential Support', |
| ... |
... |
@@ -129,6 +129,7 @@ |
| 129 |
129 |
], |
| 130 |
130 |
'cta': 'Discuss extended support' |
| 131 |
131 |
}]) |
|
125 |
+ |
| 132 |
132 |
#set ($complexProjects = [{ |
| 133 |
133 |
'icon': 'sitemap', |
| 134 |
134 |
'title': 'Wiki farms', |
| ... |
... |
@@ -146,6 +146,7 @@ |
| 146 |
146 |
'title': 'Stability work', |
| 147 |
147 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 148 |
148 |
}]) |
|
143 |
+ |
| 149 |
149 |
#set ($faqItems = [{ |
| 150 |
150 |
'question': 'Are these fixed prices?', |
| 151 |
151 |
'answer': 'Some services have fixed starting prices. Larger or more complex projects are reviewed first and quoted separately, so the scope, risks and required testing are clear before implementation starts.' |
| ... |
... |
@@ -165,6 +165,7 @@ |
| 165 |
165 |
'question': 'Do prices include external costs?', |
| 166 |
166 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 167 |
167 |
}]) |
|
163 |
+ |
| 168 |
168 |
{{html clean="false"}} |
| 169 |
169 |
|
| 170 |
170 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -189,7 +189,6 @@ |
| 189 |
189 |
|
| 190 |
190 |
<div id="hero-cta"> |
| 191 |
191 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
| 192 |
|
- <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 193 |
193 |
</div> |
| 194 |
194 |
</div> |
| 195 |
195 |
</div> |
| ... |
... |
@@ -197,7 +197,7 @@ |
| 197 |
197 |
|
| 198 |
198 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 199 |
199 |
<div class="container"> |
| 200 |
|
- <h2 id="starting-points-title">Three common ways to start</h2> |
|
195 |
+ <h2 id="starting-points-title">Choose your starting point</h2> |
| 201 |
201 |
<p class="section-intro"> |
| 202 |
202 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 203 |
203 |
or set up ongoing support. |