complete story 1.4 with qa tests and fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<x-layouts.public>
|
||||
<div class="py-8">
|
||||
<h1 class="text-3xl font-bold text-navy mb-6">{{ __('navigation.booking') }}</h1>
|
||||
<div class="bg-white p-8 rounded-lg shadow-md">
|
||||
<p class="text-charcoal">{{ __('Booking form will be implemented in a future story.') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</x-layouts.public>
|
||||
@@ -0,0 +1,21 @@
|
||||
<x-layouts.public>
|
||||
<div class="text-center py-12">
|
||||
<h1 class="text-4xl font-bold text-navy mb-4">{{ __('Libra Law Firm') }}</h1>
|
||||
<p class="text-charcoal text-lg mb-8">{{ __('Professional legal services with integrity and excellence.') }}</p>
|
||||
|
||||
<div class="grid md:grid-cols-3 gap-8 mt-12">
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<h3 class="text-xl font-semibold text-navy mb-2">{{ __('Expert Consultations') }}</h3>
|
||||
<p class="text-charcoal">{{ __('Professional legal advice tailored to your needs.') }}</p>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<h3 class="text-xl font-semibold text-navy mb-2">{{ __('Case Management') }}</h3>
|
||||
<p class="text-charcoal">{{ __('Track your cases and stay informed every step of the way.') }}</p>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-lg shadow-md">
|
||||
<h3 class="text-xl font-semibold text-navy mb-2">{{ __('Legal Resources') }}</h3>
|
||||
<p class="text-charcoal">{{ __('Access our library of legal insights and articles.') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</x-layouts.public>
|
||||
@@ -0,0 +1,8 @@
|
||||
<x-layouts.public>
|
||||
<div class="py-8">
|
||||
<h1 class="text-3xl font-bold text-navy mb-6">{{ __('navigation.posts') }}</h1>
|
||||
<div class="bg-white p-8 rounded-lg shadow-md">
|
||||
<p class="text-charcoal">{{ __('Legal insights and articles will be displayed here.') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</x-layouts.public>
|
||||
@@ -0,0 +1,8 @@
|
||||
<x-layouts.public>
|
||||
<div class="py-8">
|
||||
<h1 class="text-3xl font-bold text-navy mb-6">{{ __('footer.privacy') }}</h1>
|
||||
<div class="bg-white p-8 rounded-lg shadow-md prose max-w-none">
|
||||
<p class="text-charcoal">{{ __('Privacy policy content will be added here.') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</x-layouts.public>
|
||||
@@ -0,0 +1,8 @@
|
||||
<x-layouts.public>
|
||||
<div class="py-8">
|
||||
<h1 class="text-3xl font-bold text-navy mb-6">{{ __('footer.terms') }}</h1>
|
||||
<div class="bg-white p-8 rounded-lg shadow-md prose max-w-none">
|
||||
<p class="text-charcoal">{{ __('Terms of service content will be added here.') }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</x-layouts.public>
|
||||
Reference in New Issue
Block a user