diff --git a/app/layouts/MainLayout.vue b/app/layouts/MainLayout.vue
index 9541e73..11cc14e 100644
--- a/app/layouts/MainLayout.vue
+++ b/app/layouts/MainLayout.vue
@@ -19,6 +19,11 @@ const links = [
icon: 'i-lucide-users',
to: `/leagues`
},
+ {
+ label: 'Galleries',
+ icon: 'i-lucide-album',
+ to: `/galleries`
+ },
{
label: 'Rules',
icon: 'i-lucide-book',
diff --git a/app/pages/galleries/[galleryId].vue b/app/pages/galleries/[galleryId].vue
new file mode 100644
index 0000000..5811f9d
--- /dev/null
+++ b/app/pages/galleries/[galleryId].vue
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
![media image]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/pages/galleries/index.vue b/app/pages/galleries/index.vue
index 31a62bb..9ffa3aa 100644
--- a/app/pages/galleries/index.vue
+++ b/app/pages/galleries/index.vue
@@ -1,6 +1,20 @@