updated founder bio
This commit is contained in:
parent
70233a2854
commit
6662981172
|
|
@ -10,7 +10,8 @@ return [
|
|||
'about_title' => 'تعرف على المؤسِّسة',
|
||||
'lawyer_name' => 'هدى عرموش',
|
||||
'lawyer_title' => 'محامية',
|
||||
'lawyer_bio' => 'أسست هدى عرموش ليبرا للحقوق برؤية لإنشاء مؤسسة قانونية منسوجة من نسيج المجتمع. بالتزامها بالعدالة والكرامة، تقود ممارسة تحقق في التحديات وتوثقها وتحولها إلى حلول قانونية مبتكرة. تُرافق ليبرا الأفراد والمؤسسات بأمانة واحترافية، ساعية لتعزيز العدالة وتمكين المرأة من خلال القانون والبحث والعمل الميداني.',
|
||||
'lawyer_bio' => 'أسست هدى عرموش ليبرا للحقوق انطلاقًا من رؤية تهدف إلى بناء مؤسسة قانونية متجذّرة في نسيج المجتمع، تؤمن بأن العدالة ممارسة يومية وليست مجرد مبدأ نظري. وبالتزام راسخ بقيم الكرامة والمسؤولية، تقود ليبرا ممارسة قانونية تُحلّل التحديات، وتوثّقها، وتحولها إلى حلول قانونية مبتكرة وفعّالة.',
|
||||
'lawyer_bio_2' => 'ترافق ليبرا الأفراد والمؤسسات بأعلى درجات الأمانة والاحتراف، وتسعى إلى تعزيز العدالة وتمكين المرأة من خلال العمل القانوني المتخصص، والبحث، والمبادرات الميدانية المؤثرة.',
|
||||
|
||||
// Services Section
|
||||
'services_title' => 'خدماتنا',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ return [
|
|||
'about_title' => 'Meet the Founder',
|
||||
'lawyer_name' => 'Huda Armouche',
|
||||
'lawyer_title' => 'Attorney at Law',
|
||||
'lawyer_bio' => 'Huda Armouche founded Libra for Rights with a vision to create a legal institution woven from the fabric of society. With a commitment to justice and dignity, she leads a practice that investigates challenges, documents them, and transforms them into innovative legal solutions. Libra accompanies individuals and institutions with honesty and professionalism, striving to advance justice and empower women through law, research, and fieldwork.',
|
||||
'lawyer_bio' => 'Huda Armouche founded Libra for Rights with a vision to build a legal institution rooted in the fabric of society, believing that justice is a daily practice, not merely a theoretical principle. With a steadfast commitment to dignity and responsibility, Libra leads a legal practice that analyzes challenges, documents them, and transforms them into innovative and effective legal solutions.',
|
||||
'lawyer_bio_2' => 'Libra accompanies individuals and institutions with the highest levels of integrity and professionalism, striving to advance justice and empower women through specialized legal work, research, and impactful field initiatives.',
|
||||
|
||||
// Services Section
|
||||
'services_title' => 'Our Services',
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@ new #[Layout('components.layouts.public')] class extends Component
|
|||
<p class="text-body leading-relaxed">
|
||||
{{ __('home.lawyer_bio') }}
|
||||
</p>
|
||||
<p class="text-body leading-relaxed mt-4">
|
||||
{{ __('home.lawyer_bio_2') }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue