diff --git a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor
index f9f69b9..12255ea 100644
--- a/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor
+++ b/Portfolio.WebUI.Server/Components/Layout/MainLayout.razor
@@ -1,8 +1,8 @@
@inherits LayoutComponentBase
+
diff --git a/Portfolio.WebUI.Server/Components/Layout/NavMenu2.razor b/Portfolio.WebUI.Server/Components/Layout/NavMenu2.razor
new file mode 100644
index 0000000..8dc0b29
--- /dev/null
+++ b/Portfolio.WebUI.Server/Components/Layout/NavMenu2.razor
@@ -0,0 +1,41 @@
+
+ Navbar
+
+
+
+
+
+
+
+ Home
+
+
+
+
+
+
+
+
+ Articles
+
+
+
+
+
+
+ Pokemon Sleep
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor
new file mode 100644
index 0000000..c7971e1
--- /dev/null
+++ b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor
@@ -0,0 +1,33 @@
+
+
+
+
+ Kira Jiroux
+
+
+
+
+
+
+
+
+ Articles
+
+
+
+
+
+
+ Pokemon Sleep
+
+
+
+ Pokemon Sleep
+
+
+
+
\ No newline at end of file
diff --git a/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor b/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor
index 6272d0a..47df9f1 100644
--- a/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor
+++ b/Portfolio.WebUI.Server/Components/Pages/PokemonRate.razor
@@ -128,7 +128,7 @@ else
Select Pokémon
-
+
Choose your Pokémon...
@foreach (var pokemon in PokemonList)
{