| ... |
... |
@@ -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,13 +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 |
|
-{ |
|
43 |
+ |
|
44 |
+#set ($commonPackages = [{ |
| 48 |
48 |
'service': 'XWiki Health Check', |
| 49 |
49 |
'price': '€390', |
| 50 |
50 |
'description': 'Configuration, version, extension, security and stability review with written recommendations.' |
| ... |
... |
@@ -85,6 +85,7 @@ |
| 85 |
85 |
'price': 'Quoted after review', |
| 86 |
86 |
'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' |
| 87 |
87 |
}]) |
|
85 |
+ |
| 88 |
88 |
#set ($supportPlans = [{ |
| 89 |
89 |
'icon': 'leaf', |
| 90 |
90 |
'title': 'Essential Support', |
| ... |
... |
@@ -124,6 +124,7 @@ |
| 124 |
124 |
], |
| 125 |
125 |
'cta': 'Discuss extended support' |
| 126 |
126 |
}]) |
|
125 |
+ |
| 127 |
127 |
#set ($complexProjects = [{ |
| 128 |
128 |
'icon': 'sitemap', |
| 129 |
129 |
'title': 'Wiki farms', |
| ... |
... |
@@ -141,6 +141,7 @@ |
| 141 |
141 |
'title': 'Stability work', |
| 142 |
142 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 143 |
143 |
}]) |
|
143 |
+ |
| 144 |
144 |
#set ($faqItems = [{ |
| 145 |
145 |
'question': 'Are these fixed prices?', |
| 146 |
146 |
'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.' |
| ... |
... |
@@ -160,6 +160,7 @@ |
| 160 |
160 |
'question': 'Do prices include external costs?', |
| 161 |
161 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 162 |
162 |
}]) |
|
163 |
+ |
| 163 |
163 |
{{html clean="false"}} |
| 164 |
164 |
|
| 165 |
165 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -184,7 +184,6 @@ |
| 184 |
184 |
|
| 185 |
185 |
<div id="hero-cta"> |
| 186 |
186 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
| 187 |
|
- <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 188 |
188 |
</div> |
| 189 |
189 |
</div> |
| 190 |
190 |
</div> |
| ... |
... |
@@ -192,7 +192,7 @@ |
| 192 |
192 |
|
| 193 |
193 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 194 |
194 |
<div class="container"> |
| 195 |
|
- <h2 id="starting-points-title">Three common ways to start</h2> |
|
195 |
+ <h2 id="starting-points-title">Choose your starting point</h2> |
| 196 |
196 |
<p class="section-intro"> |
| 197 |
197 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 198 |
198 |
or set up ongoing support. |