| ... |
... |
@@ -4,62 +4,34 @@ |
| 4 |
4 |
{{html clean="false"}} |
| 5 |
5 |
<main class="agnease-landing"> |
| 6 |
6 |
<!-- ================= HERO ================= --> |
| 7 |
|
- <section class="hero" aria-labelledby="hero-title"> |
| 8 |
|
- <div class="container hero-top"> |
| 9 |
|
- <div> |
|
7 |
+ <section class="hero hero-centered" aria-labelledby="hero-title"> |
|
8 |
+ <div class="container"> |
|
9 |
+ <div class="hero-inner"> |
| 10 |
10 |
<div class="hero-badges"> |
| 11 |
11 |
<span class="chip">Professional XWiki Services</span> |
| 12 |
12 |
<span class="chip">Secure & Scalable</span> |
| 13 |
13 |
</div> |
|
14 |
+ |
| 14 |
14 |
<h1 id="hero-title">Engineering reliability in every XWiki environment</h1> |
|
16 |
+ |
| 15 |
15 |
<p class="lead"> |
| 16 |
|
- Upgrades, maintenance, integrations, and custom development — delivered with clarity and low risk. |
| 17 |
|
- Agnease keeps XWiki stable, secure, and ready to grow. |
|
18 |
+ Agnease provides upgrades, maintenance, integrations, and custom development — |
|
19 |
+ delivered with clarity, predictability, and long-term reliability. |
|
20 |
+ We keep your XWiki stable, secure, and ready to grow. |
| 18 |
18 |
</p> |
|
22 |
+ |
| 19 |
19 |
<div class="hero-cta"> |
| 20 |
20 |
<a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Schedule a call</a> |
| 21 |
21 |
<a class="btn btn-ghost" href="#services">View services</a> |
| 22 |
22 |
</div> |
|
27 |
+ |
| 23 |
23 |
<ul class="benefits"> |
| 24 |
24 |
<li>Low-downtime LTS upgrades</li> |
| 25 |
25 |
<li>Support plans with SLAs</li> |
| 26 |
|
- <li>SSO/OIDC, Stripe, REST</li> |
| 27 |
|
- <li>Audits & recovery</li> |
|
31 |
+ <li>Custom workflows & integrations</li> |
|
32 |
+ <li>Recovery & hardening</li> |
| 28 |
28 |
</ul> |
| 29 |
29 |
</div> |
| 30 |
|
- |
| 31 |
|
- <!-- Assurance widgets (replaces the old “At a glance”) --> |
| 32 |
|
- <aside class="widgets" aria-label="Assurances"> |
| 33 |
|
- <article class="widget"> |
| 34 |
|
- <div class="icon" aria-hidden="true"> |
| 35 |
|
- <svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M12 3l7 3v5c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-3z" stroke="#2D3A34" stroke-width="1.6" fill="none"/></svg> |
| 36 |
|
- </div> |
| 37 |
|
- <div> |
| 38 |
|
- <h3>Low risk delivery</h3> |
| 39 |
|
- <p>Rehearsed upgrades with backups and clear rollback paths.</p> |
| 40 |
|
- </div> |
| 41 |
|
- </article> |
| 42 |
|
- |
| 43 |
|
- <article class="widget"> |
| 44 |
|
- <div class="icon" aria-hidden="true"> |
| 45 |
|
- <svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4 17h4l3-7 3 7h6" stroke="#2D3A34" stroke-width="1.6"/></svg> |
| 46 |
|
- </div> |
| 47 |
|
- <div> |
| 48 |
|
- <h3>Transparent plan</h3> |
| 49 |
|
- <p>Scope, windows, and checkpoints agreed before changes.</p> |
| 50 |
|
- </div> |
| 51 |
|
- </article> |
| 52 |
|
- |
| 53 |
|
- <article class="widget"> |
| 54 |
|
- <div class="icon" aria-hidden="true"> |
| 55 |
|
- <svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M3 12l4-4 5 5 5-5 4 4-9 9-9-9z" stroke="#2D3A34" stroke-width="1.6" fill="none"/></svg> |
| 56 |
|
- </div> |
| 57 |
|
- <div> |
| 58 |
|
- <h3>Ongoing support</h3> |
| 59 |
|
- <p>Retainers with response-time guarantees and health checks.</p> |
| 60 |
|
- </div> |
| 61 |
|
- </article> |
| 62 |
|
- </aside> |
| 63 |
63 |
</div> |
| 64 |
64 |
</section> |
| 65 |
65 |
|