| ... |
... |
@@ -36,6 +36,7 @@ |
| 36 |
36 |
|
| 37 |
37 |
<div class="hero-actions"> |
| 38 |
38 |
<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a product consultation</a> |
|
39 |
+ <a class="btn btn-secondary" href="$xwiki.getURL('pricing.WebHome')#common-packages">View installation pricing</a> |
| 39 |
39 |
</div> |
| 40 |
40 |
</div> |
| 41 |
41 |
</section> |
| ... |
... |
@@ -43,6 +43,13 @@ |
| 43 |
43 |
## PRODUCT CARDS |
| 44 |
44 |
<section class="product-index-section" aria-labelledby="products-title"> |
| 45 |
45 |
<div class="container"> |
|
47 |
+ <h2 id="products-title">Available XWiki products</h2> |
|
48 |
+ |
|
49 |
+ <p class="section-intro"> |
|
50 |
+ Ready-to-use extensions and applications that can be installed, configured and adapted |
|
51 |
+ to your XWiki environment. |
|
52 |
+ </p> |
|
53 |
+ |
| 46 |
46 |
<div class="product-card-grid"> |
| 47 |
47 |
#foreach ($entry in $productItems) |
| 48 |
48 |
<article class="product-card"> |
| ... |
... |
@@ -70,7 +70,7 @@ |
| 70 |
70 |
<a class="btn btn-secondary" href="$xwiki.getURL($entry.url)"> |
| 71 |
71 |
$entry.linkLabel |
| 72 |
72 |
</a> |
| 73 |
|
- <a class="product-card-contact" href="$xwiki.getURL('contact.WebHome')"> |
|
81 |
+ <a class="btn btn-secondary" href="$xwiki.getURL('contact.WebHome')"> |
| 74 |
74 |
Ask about installation |
| 75 |
75 |
</a> |
| 76 |
76 |
</div> |