diff --git a/_includes/dev-ui-features.html b/_includes/dev-ui-features.html
deleted file mode 100644
index fbdbd24771..0000000000
--- a/_includes/dev-ui-features.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
- Dev UI Features
- Enhance your development workflow with these powerful features:
-
- - Configuration Management
- - Visualize Endpoints
- - DB Schema Generation
- - Dependency Visualization
- - Continuous Testing
- - Build Container Image
- - Manage Dev Services
- - Keycloak Integration
- - Kafka UI Integration
-
-
\ No newline at end of file
diff --git a/_includes/dev-ui-hero.html b/_includes/dev-ui-hero.html
deleted file mode 100644
index 48f3c6c455..0000000000
--- a/_includes/dev-ui-hero.html
+++ /dev/null
@@ -1,4 +0,0 @@
-
- Dev UI
- Explore the comprehensive features of the Quarkus Dev UI to supercharge your development experience.
-
\ No newline at end of file
diff --git a/_includes/header-navigation.html b/_includes/header-navigation.html
index 42fcbf5a93..89d016d198 100644
--- a/_includes/header-navigation.html
+++ b/_includes/header-navigation.html
@@ -14,13 +14,13 @@
Why
diff --git a/_layouts/dev-ui.html b/_layouts/dev-ui.html
index 03b69a7bc9..3cdc5b7cfd 100644
--- a/_layouts/dev-ui.html
+++ b/_layouts/dev-ui.html
@@ -1,9 +1,8 @@
---
layout: base
---
+{% include title-band.html %}
- {% include dev-ui-hero.html %}
- {% include dev-ui-features.html %}
{% include dev-ui-configuration.html %}
{% include dev-ui-visualize-endpoints.html %}
{% include dev-ui-db-schema-generation.html %}
diff --git a/dev-ui.md b/dev-ui.md
index 7980eab167..b202476b87 100644
--- a/dev-ui.md
+++ b/dev-ui.md
@@ -1,6 +1,6 @@
---
layout: dev-ui
-title: Developer UI
-subtitle: Explore the features and capabilities of the Developer UI.
+title: Dev UI
+subtitle: Making the right way the easiest way.
permalink: /dev-ui/
---
\ No newline at end of file