Replaced old section for Wicket 8 with Wicket 9 content
diff --git a/content/atom.xml b/content/atom.xml
index 2697453..682dd1f 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-06-25T14:59:01+02:00</updated>
+    <updated>2020-06-26T12:49:44+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/index.html b/content/index.html
index 002202a..f4e59ff 100644
--- a/content/index.html
+++ b/content/index.html
@@ -172,12 +172,12 @@
 
 <div class="l-first l-flex">
   <div class="l-half">
-    <h3>No Rewrite Necessary</h3>
+    <h3>A Soft Transition to Java 11+</h3>
     <p>
-      The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
+      If you come from Wicket 8 chances are you don't need any change in your application code to enjoy all the improvements offered by Java 11, such as better Docker support, improved performances, new GC algorithm available, etc...
     </p>
     <p>
-      As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
+      That said, as this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you might have compile errors when you migrate from previous Wicket versions.
     </p>
   </div>
   <div class="l-half">
diff --git a/index.md b/index.md
index d32c975..1eeabb8 100644
--- a/index.md
+++ b/index.md
@@ -70,12 +70,12 @@
 
 <div class="l-first l-flex">
   <div class="l-half">
-    <h3>No Rewrite Necessary</h3>
+    <h3>A Soft Transition to Java 11+</h3>
     <p>
-      The Wicket team has been very careful of adopting Java 8 technologies and as such you don’t have to rewrite your whole application, whilst still reaping all the benefits of Java 8.
+      If you come from Wicket 8 chances are you don't need any change in your application code to enjoy all the improvements offered by Java 11, such as better Docker support, improved performances, new GC algorithm available, etc...
     </p>
     <p>
-      As this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you will get compile errors when you migrate from previous Wicket versions.
+      That said, as this is a new major version we have, in accordance with semantic versioning, cleaned up many APIs and you might have compile errors when you migrate from previous Wicket versions.
     </p>
   </div>
   <div class="l-half">