| ... |
... |
@@ -1,8 +1,6 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
|
- |
| 4 |
4 |
#set ($contactURL = $xwiki.getURL('contact.WebHome')) |
| 5 |
|
- |
| 6 |
6 |
#set ($startingPoints = [{ |
| 7 |
7 |
'icon': 'search', |
| 8 |
8 |
'title': 'Review & diagnose', |
| ... |
... |
@@ -40,7 +40,6 @@ |
| 40 |
40 |
], |
| 41 |
41 |
'cta': 'Discuss support plan' |
| 42 |
42 |
}]) |
| 43 |
|
- |
| 44 |
44 |
#set ($commonPackages = [{ |
| 45 |
45 |
'service': 'XWiki Health Check', |
| 46 |
46 |
'price': '€390', |
| ... |
... |
@@ -82,7 +82,6 @@ |
| 82 |
82 |
'price': 'Quoted after review', |
| 83 |
83 |
'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.' |
| 84 |
84 |
}]) |
| 85 |
|
- |
| 86 |
86 |
#set ($supportPlans = [{ |
| 87 |
87 |
'icon': 'leaf', |
| 88 |
88 |
'title': 'Essential Support', |
| ... |
... |
@@ -122,7 +122,6 @@ |
| 122 |
122 |
], |
| 123 |
123 |
'cta': 'Discuss extended support' |
| 124 |
124 |
}]) |
| 125 |
|
- |
| 126 |
126 |
#set ($complexProjects = [{ |
| 127 |
127 |
'icon': 'sitemap', |
| 128 |
128 |
'title': 'Wiki farms', |
| ... |
... |
@@ -140,7 +140,6 @@ |
| 140 |
140 |
'title': 'Stability work', |
| 141 |
141 |
'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.' |
| 142 |
142 |
}]) |
| 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,7 +160,6 @@ |
| 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 |
|
- |
| 164 |
164 |
{{html clean="false"}} |
| 165 |
165 |
|
| 166 |
166 |
<section class="hero hero-centered" aria-labelledby="pricing-title"> |
| ... |
... |
@@ -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">Choose your starting point</h2> |
|
188 |
+ <h2 id="starting-points-title">Three common ways to start</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. |