diff --git a/resources/views/components/front/header.blade.php b/resources/views/components/front/header.blade.php
index dc82893..5a4e52b 100644
--- a/resources/views/components/front/header.blade.php
+++ b/resources/views/components/front/header.blade.php
@@ -50,15 +50,15 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
-
-
+
+
@foreach($menuItems->slice(0, ceil($menuItems->count() / 2)) as $item)
@endforeach
-
-
+
+
@foreach($menuItems->slice(ceil($menuItems->count() / 2)) as $item)
@endforeach
@@ -143,6 +143,131 @@ $isHomepage = $currentRoute === 'homepage' || $currentPath === '/' || request()-
@push('styles')
-@endpush
-@push('scripts')
-@endpush
\ No newline at end of file
+
\ No newline at end of file