Added tagline
diff --git a/_config.yml b/_config.yml
index e32931a..87166f4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,7 +15,7 @@
 sass:
     sass_dir: _sass
 wicket:
-  version:    9.16.0
+  version:    10.0.0-M2
   version_90: 9.16.0
   version_10: 10.0.0-M2
   version_80: 8.15.0
@@ -27,7 +27,7 @@
   released:   2023-11-26
   versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.15.0, 9.16.0, 1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.16.0-SNAPSHOT, 9.17.0-SNAPSHOT, 10.0.0-M2]
 
-live_examples_url: http://examples9x.wicket.apache.org/
+live_examples_url: http://examples10x.wicket.apache.org/
 
 navigation:
 - id: start
diff --git a/content/atom.xml b/content/atom.xml
index c492fa6..c50389f 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>2024-01-31T11:38:49+00:00</updated>
+    <updated>2024-02-05T17:46:23+00:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/content/doap.rdf b/content/doap.rdf
index b49352f..6094491 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -26,7 +26,7 @@
 			<Version>
 				<name>Latest Stable Release</name>
 				<created>2023-11-26</created>
-				<revision>9.16.0</revision>
+				<revision>10.0.0-M2</revision>
 			</Version>
 		</release>
 		<repository>
diff --git a/content/help/index.html b/content/help/index.html
index d2833ab..00c272b 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -257,7 +257,7 @@
 your version is no longer maintained we kindly ask you to upgrade your
 project to a newer, maintained version of Wicket. For example if you
 have a project that depends on Wicket 1.3.7, please consider upgrading
-to Wicket 9.16.0.</p>
+to Wicket 10.0.0-M2.</p>
 
 <h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
 
diff --git a/content/index.html b/content/index.html
index ab0c1c5..0023d7e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -134,8 +134,8 @@
       <img src="/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo" />
     </div>
     <p>
-      The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
-      Built on top of Java 17, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java's evolution.
+      The Apache Wicket project announces the 10th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
+      Built on top of Java 17, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to write modern and robust web applications.
     </p>
 </div>
 <div class="l-first">
@@ -173,7 +173,7 @@
      You either risk leaving holes in the defense of your application or you break certain functionality. Protecting against unwanted inline scripts is the most important target to attain. In CSP this is called 'unsafe-inline' and it's the most common cause of cross-site scripting vulnerabilities.
     </p>
     <p>
-     Wicket 9 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our <a href="http://wicket.apache.org/learn/#guide" target="_blank">documentation</a> for more information.
+     Wicket 10 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our <a href="http://wicket.apache.org/learn/#guide" target="_blank">documentation</a> for more information.
     </p>
   </div>
 </div>
@@ -210,7 +210,7 @@
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.16.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>10.0.0-M2<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
   </div>
@@ -221,8 +221,8 @@
       convenient binary package:
     </p>
     <ul>
-      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.16.0">9.16.0 source download</a></li>
-      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.16.0/binaries">9.16.0 binary download</a></li>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2">10.0.0-M2 source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/10.0.0-M2/binaries">10.0.0-M2 binary download</a></li>
     </ul>
   </div>
 </div>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 9040d68..6a81e7b 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -209,7 +209,7 @@
         <select onchange="changeIt();" id="version">
     
     
-    	<option value="10.0.0-M2">10.0.0-M2</option>
+    	<option value="10.0.0-M2" selected="selected">10.0.0-M2</option>
     
     
     
@@ -233,7 +233,7 @@
     
     
     
-    	<option value="9.16.0" selected="selected">9.16.0</option>
+    	<option value="9.16.0">9.16.0</option>
     
     
     
diff --git a/index.md b/index.md
index c03d2c8..3d907f5 100644
--- a/index.md
+++ b/index.md
@@ -20,8 +20,8 @@
       <img src="{{ site.baseurl }}/img/wicket-9-sun.png" alt="Apache Wicket" class="responsive-logo">
     </div>
     <p>
-      The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
-      Built on top of Java 17, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java's evolution.
+      The Apache Wicket project announces the 10th major release of the open source Java web framework servicing websites and applications across the globe since 2004.
+      Built on top of Java 17, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to write modern and robust web applications.
     </p>
 </div>
 <div class="l-first">
@@ -59,7 +59,7 @@
      You either risk leaving holes in the defense of your application or you break certain functionality. Protecting against unwanted inline scripts is the most important target to attain. In CSP this is called 'unsafe-inline' and it's the most common cause of cross-site scripting vulnerabilities.
     </p>
     <p>
-     Wicket 9 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our <a href="http://wicket.apache.org/learn/#guide" target="_blank">documentation</a> for more information.
+     Wicket 10 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our <a href="http://wicket.apache.org/learn/#guide" target="_blank">documentation</a> for more information.
     </p>
   </div>
 </div>
@@ -97,7 +97,7 @@
 <dependency>
     <groupId>org.apache.wicket</groupId>
     <artifactId>wicket-core</artifactId>
-    <version>{{site.wicket.version_90}}</version>
+    <version>{{site.wicket.version}}</version>
 </dependency>
 {% endhighlight%}
   </div>
@@ -108,8 +108,8 @@
       convenient binary package:
     </p>
     <ul>
-      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_90}}">{{site.wicket.version_90}} source download</a></li>
-      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_90}}/binaries">{{site.wicket.version_90}} binary download</a></li>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}}">{{site.wicket.version}} source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}}/binaries">{{site.wicket.version}} binary download</a></li>
     </ul>
   </div>
 </div>