diff --git a/docusaurus/docs/cloud/account/account-settings.md b/docusaurus/docs/cloud/account/account-settings.md
index bc5567fb83..d5333f3f87 100644
--- a/docusaurus/docs/cloud/account/account-settings.md
+++ b/docusaurus/docs/cloud/account/account-settings.md
@@ -17,7 +17,7 @@ pagination_next: cloud/account/account-billing
The *Profile* page enables you to manage your account details and preferences. It is accessible by clicking on your profile picture, on the top right hand corner of the interface, and **Profile**.
-There are 4 tabs available in the *Profile* interface: ![General icon](/img/assets/icons/Faders.svg) [*General*](#general), ![Preferences icon](/img/assets/icons/Palette.svg) [*Preferences*](#preferences), ![Billing icon](/img/assets/icons/CreditCard.svg) *Billing* and ![Invoices icon](/img/assets/icons/Invoice.svg) Invoices (the last 2 are documented in the [Account billing details](/cloud/account/account-billing) section of this documentation).
+There are 3 tabs available in the *Profile* interface: ![General icon](/img/assets/icons/Faders.svg) [*General*](#general), ![Billing icon](/img/assets/icons/CreditCard.svg) *Billing* and ![Invoices icon](/img/assets/icons/Invoice.svg) Invoices (the last 2 are documented in the [Account billing details](/cloud/account/account-billing) section of this documentation).
## General
@@ -54,15 +54,3 @@ You can delete your Strapi Cloud account, but it will be permanent and irreversi
1. In the *Delete account* section of the *General* tab, click on the **Delete account** button.
2. In the dialog, type `DELETE` in the textbox.
3. Confirm the deletion of your account by clicking on the **Delete** button.
-
-## Preferences
-
-The *Preferences* tab enables you to choose the appearance of your Strapi Cloud dashboard: either the Light or Dark theme.
-
-
diff --git a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/react-router-dom-6.md b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/react-router-dom-6.md
index 1b9419e8f5..67b73e5378 100644
--- a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/react-router-dom-6.md
+++ b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/react-router-dom-6.md
@@ -15,7 +15,7 @@ import MigrationIntro from '/docs/snippets/breaking-change-page-migration-intro.
import YesPlugins from '/docs/snippets/breaking-change-affecting-plugins.md'
import YesCodemods from '/docs/snippets/breaking-change-handled-by-codemod.md'
-# Strapi users `react-router-dom` v6
+# Strapi uses `react-router-dom` v6
Strapi 5 uses [`react-router-dom`](https://www.npmjs.com/package/react-router-dom) v6. This impacts the links added to [settings](/dev-docs/plugins/admin-panel-api#settings-api) or to the [menu](/dev-docs/plugins/admin-panel-api#menu-api) using the Admin Panel API.
diff --git a/docusaurus/docs/user-docs/intro.md b/docusaurus/docs/user-docs/intro.md
index a177107e7f..97c848dbdc 100644
--- a/docusaurus/docs/user-docs/intro.md
+++ b/docusaurus/docs/user-docs/intro.md
@@ -32,7 +32,7 @@ sources={{
}}
/>
-The ![Home icon](/img/assets/icons/v5/House.svg) admin panel homepage can display the guided tour (if you have not skipped or completed it yet) and last edited and published entries if you have any. _Please note that the new homepage shown in the screenshot is currently only available in beta versions of Strapi, created with the `npx create-strapi@beta my-strapi-project` command._
+The ![Home icon](/img/assets/icons/v5/House.svg) admin panel homepage can display the guided tour (if you have not skipped or completed it yet) and last edited and published entries if you have any.
If you are not sure where to begin on this User Guide, we suggest you to:
diff --git a/docusaurus/static/img/assets/cloud/account-billing2.png b/docusaurus/static/img/assets/cloud/account-billing2.png
index 8ed4780fca..62b6bf07e9 100644
Binary files a/docusaurus/static/img/assets/cloud/account-billing2.png and b/docusaurus/static/img/assets/cloud/account-billing2.png differ
diff --git a/docusaurus/static/img/assets/cloud/account-billing2_DARK.png b/docusaurus/static/img/assets/cloud/account-billing2_DARK.png
index a948687db5..2ead631ffb 100644
Binary files a/docusaurus/static/img/assets/cloud/account-billing2_DARK.png and b/docusaurus/static/img/assets/cloud/account-billing2_DARK.png differ
diff --git a/docusaurus/static/img/assets/cloud/account-invoices.png b/docusaurus/static/img/assets/cloud/account-invoices.png
index 6bc34618ab..1909be00df 100644
Binary files a/docusaurus/static/img/assets/cloud/account-invoices.png and b/docusaurus/static/img/assets/cloud/account-invoices.png differ
diff --git a/docusaurus/static/img/assets/cloud/account-invoices_DARK.png b/docusaurus/static/img/assets/cloud/account-invoices_DARK.png
index aa3b2d44d9..ca422eeeaf 100644
Binary files a/docusaurus/static/img/assets/cloud/account-invoices_DARK.png and b/docusaurus/static/img/assets/cloud/account-invoices_DARK.png differ
diff --git a/docusaurus/static/img/assets/cloud/account-preferences.png b/docusaurus/static/img/assets/cloud/account-preferences.png
deleted file mode 100644
index 5df16a8cab..0000000000
Binary files a/docusaurus/static/img/assets/cloud/account-preferences.png and /dev/null differ
diff --git a/docusaurus/static/img/assets/cloud/account-preferences_DARK.png b/docusaurus/static/img/assets/cloud/account-preferences_DARK.png
deleted file mode 100644
index c3321170c0..0000000000
Binary files a/docusaurus/static/img/assets/cloud/account-preferences_DARK.png and /dev/null differ
diff --git a/docusaurus/static/img/assets/cloud/settings-general.png b/docusaurus/static/img/assets/cloud/settings-general.png
index a8d13d7f98..d5fe4f474f 100644
Binary files a/docusaurus/static/img/assets/cloud/settings-general.png and b/docusaurus/static/img/assets/cloud/settings-general.png differ
diff --git a/docusaurus/static/img/assets/cloud/settings-general_DARK.png b/docusaurus/static/img/assets/cloud/settings-general_DARK.png
index 9632cf984b..921d9f2ebb 100644
Binary files a/docusaurus/static/img/assets/cloud/settings-general_DARK.png and b/docusaurus/static/img/assets/cloud/settings-general_DARK.png differ