complete story 16.1

This commit is contained in:
Naser Mansour
2026-01-11 20:35:51 +02:00
parent 04fa6b399c
commit 877569e6e8
9 changed files with 298 additions and 13 deletions
@@ -54,6 +54,17 @@
>
{{ __('navigation.home') }}
</a>
<a
href="{{ route('about') }}"
@class([
'text-off-white hover:text-cta transition-colors py-2',
'border-b-2 border-cta' => request()->routeIs('about'),
])
wire:navigate
data-test="nav-about"
>
{{ __('navigation.about') }}
</a>
<a
href="{{ route('booking') }}"
@class([
@@ -156,6 +167,18 @@
>
{{ __('navigation.home') }}
</a>
<a
href="{{ route('about') }}"
@class([
'block px-3 py-3 text-off-white hover:text-cta hover:bg-primary-light rounded-md min-h-[44px] flex items-center',
'bg-active border-s-2 border-cta' => request()->routeIs('about'),
])
wire:navigate
@click="mobileMenuOpen = false"
data-test="mobile-nav-about"
>
{{ __('navigation.about') }}
</a>
<a
href="{{ route('booking') }}"
@class([