diff --git a/AppShell.xaml b/AppShell.xaml
index f63ee1e..64dfc90 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -10,18 +10,18 @@
+ Title="Login Page"
+ ContentTemplate="{DataTemplate views:LoginPage}"
+ Route="Login" />
+ Title="Profile Page"
+ ContentTemplate="{DataTemplate views:ProfilePage}"
+ Route="Profile" />
+ Title="Search Page"
+ ContentTemplate="{DataTemplate views:SearchPage}"
+ Route="Search" />
\ No newline at end of file
diff --git a/Resources/Images/dotnet_bot.svg b/Resources/Images/dotnet_bot.svg
deleted file mode 100644
index abfaff2..0000000
--- a/Resources/Images/dotnet_bot.svg
+++ /dev/null
@@ -1,93 +0,0 @@
-
diff --git a/Resources/Images/search_options.svg b/Resources/Images/search_options.svg
new file mode 100644
index 0000000..5852dc1
--- /dev/null
+++ b/Resources/Images/search_options.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Resources/Styles/Colors.xaml b/Resources/Styles/Colors.xaml
index 00b23e3..9ac1c90 100644
--- a/Resources/Styles/Colors.xaml
+++ b/Resources/Styles/Colors.xaml
@@ -41,11 +41,12 @@
#72ACF1
#A7CBF6
- #f0e7e7
+ #efefef
White
Black
#6d6d6d
#ff8988
+ #ff8988
\ No newline at end of file
diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml
index 0e66b7c..bc5804d 100644
--- a/Resources/Styles/Styles.xaml
+++ b/Resources/Styles/Styles.xaml
@@ -4,16 +4,28 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
-
-
-
+
+
+
+
+