complete story 14.2

This commit is contained in:
Naser Mansour
2026-01-09 16:57:12 +02:00
parent 972af7a127
commit a0965c83bc
6 changed files with 174 additions and 10 deletions
+33
View File
@@ -24,6 +24,39 @@
</div>
</section>
{{-- About Section --}}
<section id="about" class="py-16 lg:py-20 bg-card">
<div class="container mx-auto px-4">
<h2 class="text-2xl lg:text-3xl font-semibold text-text text-center mb-12">
{{ __('home.about_title') }}
</h2>
<div class="flex flex-col lg:flex-row items-center gap-8 lg:gap-12 max-w-5xl mx-auto">
{{-- Photo --}}
<div class="flex-shrink-0">
<img
src="{{ asset('images/huda-armouche.jpg') }}"
alt="{{ __('home.lawyer_name') }}"
class="w-48 h-48 lg:w-64 lg:h-64 rounded-full object-cover shadow-lg"
>
</div>
{{-- Bio --}}
<div class="text-center lg:text-start">
<h3 class="text-xl lg:text-2xl font-bold text-text mb-1">
{{ __('home.lawyer_name') }}
</h3>
<p class="text-cta font-medium mb-4">
{{ __('home.lawyer_title') }}
</p>
<p class="text-body leading-relaxed">
{{ __('home.lawyer_bio') }}
</p>
</div>
</div>
</div>
</section>
{{-- Services Section Placeholder --}}
<section id="services" class="py-8 sm:py-12">
<div class="container mx-auto px-4">