| ... |
... |
@@ -1,6 +1,7 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
3 |
#set ($contactURL = $xwiki.getURL('contact.WebHome')) |
|
4 |
+ |
| 4 |
4 |
#set ($startingPoints = [{ |
| 5 |
5 |
'icon': 'search', |
| 6 |
6 |
'title': 'Review & diagnose', |
| ... |
... |
@@ -38,8 +38,8 @@ |
| 38 |
38 |
], |
| 39 |
39 |
'cta': 'Discuss support plan' |
| 40 |
40 |
}]) |
| 41 |
|
-#set ($commonPackages = [ |
| 42 |
|
-{ |
|
42 |
+ |
|
43 |
+#set ($commonPackages = [{ |
| 43 |
43 |
'service': 'XWiki Health Check', |
| 44 |
44 |
'price': '€390', |
| 45 |
45 |
'description': 'Configuration, version, extension, security and stability review with written recommendations.' |
| ... |
... |
@@ -79,16 +79,8 @@ |
| 79 |
79 |
'service': 'Advanced Authentication Work', |
| 80 |
80 |
'price': 'Quoted after review', |
| 81 |
81 |
'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' |
| 82 |
|
-},{ |
| 83 |
|
- 'service': 'XWiki AWS Cloud Hosting', |
| 84 |
|
- 'price': 'From €120/month', |
| 85 |
|
- '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.' |
| 86 |
|
-}, |
| 87 |
|
-{ |
| 88 |
|
- 'service': 'AWS Hosting Setup for XWiki', |
| 89 |
|
- 'price': 'From €490', |
| 90 |
|
- 'description': 'Initial AWS deployment setup for XWiki, including server preparation, database/runtime configuration, HTTPS setup and basic backup strategy.' |
| 91 |
91 |
}]) |
|
84 |
+ |
| 92 |
92 |
#set ($supportPlans = [{ |
| 93 |
93 |
'icon': 'leaf', |
| 94 |
94 |
'title': 'Essential Support', |
| ... |
... |
@@ -128,6 +128,7 @@ |
| 128 |
128 |
], |
| 129 |
129 |
'cta': 'Discuss extended support' |
| 130 |
130 |
}]) |
|
124 |
+ |
| 131 |
131 |
#set ($complexProjects = [{ |
| 132 |
132 |
'icon': 'sitemap', |
| 133 |
133 |
'title': 'Wiki farms', |
| ... |
... |
@@ -145,6 +145,7 @@ |
| 145 |
145 |
'title': 'Stability work', |
| 146 |
146 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 147 |
147 |
}]) |
|
142 |
+ |
| 148 |
148 |
#set ($faqItems = [{ |
| 149 |
149 |
'question': 'Are these fixed prices?', |
| 150 |
150 |
'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.' |
| ... |
... |
@@ -164,6 +164,7 @@ |
| 164 |
164 |
'question': 'Do prices include external costs?', |
| 165 |
165 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 166 |
166 |
}]) |
|
162 |
+ |
| 167 |
167 |
{{html clean="false"}} |
| 168 |
168 |
|
| 169 |
169 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -188,7 +188,6 @@ |
| 188 |
188 |
|
| 189 |
189 |
<div id="hero-cta"> |
| 190 |
190 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
| 191 |
|
- <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 192 |
192 |
</div> |
| 193 |
193 |
</div> |
| 194 |
194 |
</div> |
| ... |
... |
@@ -196,7 +196,7 @@ |
| 196 |
196 |
|
| 197 |
197 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 198 |
198 |
<div class="container"> |
| 199 |
|
- <h2 id="starting-points-title">Three common ways to start</h2> |
|
194 |
+ <h2 id="starting-points-title">Choose your starting point</h2> |
| 200 |
200 |
<p class="section-intro"> |
| 201 |
201 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 202 |
202 |
or set up ongoing support. |