color manual fixing

This commit is contained in:
Naser Mansour
2026-01-04 01:15:42 +02:00
parent 82e803dc26
commit a33cbfb908
18 changed files with 79 additions and 72 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<x-layouts.public>
<div class="py-8">
<h1 class="text-3xl font-bold text-text mb-6">{{ __('navigation.booking') }}</h1>
<h1 class="text-3xl font-bold text-body mb-6">{{ __('navigation.booking') }}</h1>
<div class="bg-white p-8 rounded-lg shadow-md">
<p class="text-text">{{ __('Booking form will be implemented in a future story.') }}</p>
<p class="text-body">{{ __('Booking form will be implemented in a future story.') }}</p>
</div>
</div>
</x-layouts.public>