| ... |
... |
@@ -1,7 +1,6 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
3 |
#set ($contactURL = $xwiki.getURL('contact.WebHome')) |
| 4 |
|
- |
| 5 |
5 |
#set ($startingPoints = [{ |
| 6 |
6 |
'icon': 'search', |
| 7 |
7 |
'title': 'Review & diagnose', |
| ... |
... |
@@ -39,8 +39,8 @@ |
| 39 |
39 |
], |
| 40 |
40 |
'cta': 'Discuss support plan' |
| 41 |
41 |
}]) |
| 42 |
|
- |
| 43 |
|
-#set ($commonPackages = [{ |
|
41 |
+#set ($commonPackages = [ |
|
42 |
+{ |
| 44 |
44 |
'service': 'XWiki Health Check', |
| 45 |
45 |
'price': '€390', |
| 46 |
46 |
'description': 'Configuration, version, extension, security and stability review with written recommendations.' |
| ... |
... |
@@ -80,8 +80,16 @@ |
| 80 |
80 |
'service': 'Advanced Authentication Work', |
| 81 |
81 |
'price': 'Quoted after review', |
| 82 |
82 |
'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.' |
| 83 |
83 |
}]) |
| 84 |
|
- |
| 85 |
85 |
#set ($supportPlans = [{ |
| 86 |
86 |
'icon': 'leaf', |
| 87 |
87 |
'title': 'Essential Support', |
| ... |
... |
@@ -121,7 +121,6 @@ |
| 121 |
121 |
], |
| 122 |
122 |
'cta': 'Discuss extended support' |
| 123 |
123 |
}]) |
| 124 |
|
- |
| 125 |
125 |
#set ($complexProjects = [{ |
| 126 |
126 |
'icon': 'sitemap', |
| 127 |
127 |
'title': 'Wiki farms', |
| ... |
... |
@@ -139,7 +139,6 @@ |
| 139 |
139 |
'title': 'Stability work', |
| 140 |
140 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 141 |
141 |
}]) |
| 142 |
|
- |
| 143 |
143 |
#set ($faqItems = [{ |
| 144 |
144 |
'question': 'Are these fixed prices?', |
| 145 |
145 |
'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.' |
| ... |
... |
@@ -159,7 +159,6 @@ |
| 159 |
159 |
'question': 'Do prices include external costs?', |
| 160 |
160 |
'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.' |
| 161 |
161 |
}]) |
| 162 |
|
- |
| 163 |
163 |
{{html clean="false"}} |
| 164 |
164 |
|
| 165 |
165 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -184,6 +184,7 @@ |
| 184 |
184 |
|
| 185 |
185 |
<div id="hero-cta"> |
| 186 |
186 |
<a class="btn btn-primary" href="$contactURL">Request a quote</a> |
|
191 |
+ <a class="btn btn-secondary" href="#support">View monthly support</a> |
| 187 |
187 |
</div> |
| 188 |
188 |
</div> |
| 189 |
189 |
</div> |
| ... |
... |
@@ -191,7 +191,7 @@ |
| 191 |
191 |
|
| 192 |
192 |
<section id="starting-points" aria-labelledby="starting-points-title"> |
| 193 |
193 |
<div class="container"> |
| 194 |
|
- <h2 id="starting-points-title">Choose your starting point</h2> |
|
199 |
+ <h2 id="starting-points-title">Three common ways to start</h2> |
| 195 |
195 |
<p class="section-intro"> |
| 196 |
196 |
Most XWiki requests fit into one of three paths: review the current setup, implement a defined change, |
| 197 |
197 |
or set up ongoing support. |