diff --git a/app/Http/Livewire/Base/GalleryCagetoryComponent.php b/app/Http/Livewire/Base/GalleryCagetoryComponent.php
new file mode 100644
index 0000000..0421983
--- /dev/null
+++ b/app/Http/Livewire/Base/GalleryCagetoryComponent.php
@@ -0,0 +1,13 @@
+
@livewire('nav.header-component')
-
+
{{ $slot }}
@livewire('nav.footer-component')
diff --git a/resources/views/livewire/base/gallery-cagetory-component.blade.php b/resources/views/livewire/base/gallery-cagetory-component.blade.php
new file mode 100644
index 0000000..2111092
--- /dev/null
+++ b/resources/views/livewire/base/gallery-cagetory-component.blade.php
@@ -0,0 +1,170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/views/livewire/nav/header-component.blade.php b/resources/views/livewire/nav/header-component.blade.php
index 63c1ce7..49768fd 100644
--- a/resources/views/livewire/nav/header-component.blade.php
+++ b/resources/views/livewire/nav/header-component.blade.php
@@ -6,18 +6,12 @@
Propect Stationery Centre
-
+
-
diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php
index 5007604..2d2ec07 100644
--- a/resources/views/welcome.blade.php
+++ b/resources/views/welcome.blade.php
@@ -1,10 +1,9 @@
-
-
+ @livewire('base.gallery-cagetory-component')
-
\ No newline at end of file
+