Skip to content

Commit 216ab54

Browse files
committed
Change reactive feature on the landing page
Update the "reactive" core feature on the landing page to be more in phase with the current (and next to be) continuum page content.
1 parent 8e42b4f commit 216ab54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/header-navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ul class="submenu">
1616
<li><a href="{{site.baseurl}}/about" class="{% if page.url contains '/about/' %}active{% endif %}">WHAT IS QUARKUS?</a></li>
1717
<li><a href="{{site.baseurl}}/container-first" class="{% if page.url contains '/container-first/' %}active{% endif %}">CONTAINER FIRST</a></li>
18-
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">REACTIVE</a></li>
18+
<li><a href="{{site.baseurl}}/continuum" class="{% if page.url contains '/continuum/' %}active{% endif %}">VERSATILITY</a></li>
1919
<li><a href="{{site.baseurl}}/developer-joy" class="{% if page.url contains '/developer-joy/' %}active{% endif %}">DEVELOPER JOY</a></li>
2020
<li><a href="{{site.baseurl}}/kubernetes-native" class="{% if page.url contains '/kubernetes-native/' %}active{% endif %}">KUBERNETES NATIVE</a></li>
2121
<li><a href="{{site.baseurl}}/standards" class="{% if page.url contains '/standards/' %}active{% endif %}">STANDARDS</a></li>

_includes/homepage-features-icon-band.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h3><a href="/container-first">Container First</a></h3>
1414
<div class="width-4-12 width-12-12-m contrib-block">
1515
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-reactive.svg">
1616
<img class="dark-only" src="{{site.baseurl}}/assets/images/about/icon-reactive-dark.svg">
17-
<h3><a href="/continuum">Unifies imperative and reactive</a></h3>
18-
<p>Combine both the familiar imperative code and the reactive style when developing applications.</p>
17+
<h3><a href="/continuum">Reactive Core</a></h3>
18+
<p>Built on a robust reactive core, Quarkus ensures fast and efficient performance, supporting the development of a wide variety of modern applications.</p>
1919
</div>
2020
<div class="width-4-12 width-12-12-m contrib-block">
2121
<img class="light-only" src="{{site.baseurl}}/assets/images/about/icon-standards.svg">

0 commit comments

Comments
 (0)