diff --git a/source/Trek-12/Trek-12/AppShell.xaml b/source/Trek-12/Trek-12/AppShell.xaml
index 88cf947..47d7ad5 100644
--- a/source/Trek-12/Trek-12/AppShell.xaml
+++ b/source/Trek-12/Trek-12/AppShell.xaml
@@ -10,7 +10,7 @@
+ ContentTemplate="{DataTemplate views:PageMenuPrincipal}"
+ Route="PageMenuPrincipal" />
diff --git a/source/Trek-12/Trek-12/Resources/Images/trek12.png b/source/Trek-12/Trek-12/Resources/Images/trek12.png
new file mode 100644
index 0000000..ce28dfe
Binary files /dev/null and b/source/Trek-12/Trek-12/Resources/Images/trek12.png differ
diff --git a/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml b/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml
new file mode 100644
index 0000000..966f24e
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml.cs b/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml.cs
new file mode 100644
index 0000000..cf5d66a
--- /dev/null
+++ b/source/Trek-12/Trek-12/Views/PageMenuPrincipal.xaml.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Trek_12.Views;
+
+public partial class PageMenuPrincipal : ContentPage
+{
+ public PageMenuPrincipal()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file