diff --git a/src/Symfony/Component/HttpKernel/Resources/welcome.html.php b/src/Symfony/Component/HttpKernel/Resources/welcome.html.php
index d36b97527d3d6..83602bfe93d9f 100644
--- a/src/Symfony/Component/HttpKernel/Resources/welcome.html.php
+++ b/src/Symfony/Component/HttpKernel/Resources/welcome.html.php
@@ -2,123 +2,357 @@
-
+
Welcome to Symfony!
-
-
-
-
- You're seeing this page because you haven't configured any homepage URL and debug mode is enabled.
-
-
-
-
-
-
-
Welcome to Symfony = $version; ?>
-
+
+
+
+
+
+ Welcome to
+ Symfony
+
+
-
-
-
-
-
- = $projectDir; ?>
-
-
Your application is now ready and you can start working on it.
+
+
+ -
+
+ You are using Symfony version
+
+
+ -
+
+ Your application is ready at:
+
+
+ -
+
+ You are seeing this page because the homepage URL is not configured and debug mode is enabled.
+
+
+
+
+ Next Step
+
+
+ Create your first page
+ to replace this placeholder page.
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+ Community & Support
+
+
+
+
+
+
-
-
+
+
+
+ SVG;
+ }
+
+ // SVG icons from the Tabler Icons project
+ // MIT License - Copyright (c) 2020-2023 Paweł Kuna
+ // https://github.com/tabler/tabler-icons/blob/master/LICENSE
+
+ function renderBoxIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderFolderIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderInfoIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderNextStepIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderLearnIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderCommunityIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderUpdatesIconSvg()
+ {
+ return <<
+ SVG;
+ }
+
+ function renderWavesSvg()
+ {
+ return <<
+ SVG;
+ }
+ ?>