89 lines
3.2 KiB
PHP
89 lines
3.2 KiB
PHP
<?php
|
||
|
||
return [
|
||
'tagline' => 'Committed to Justice – Grounded in Dignity – Driven to Advocate',
|
||
'intro' => 'Libra for Rights is a legal institution woven from the fabric of society, offering innovative legal solutions with honesty and professionalism.',
|
||
'cta_book' => 'Book a Consultation',
|
||
'cta_services' => 'Our Services',
|
||
|
||
// About Section
|
||
'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 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',
|
||
'services_subtitle' => 'Comprehensive legal solutions for individuals and businesses',
|
||
|
||
'service_consultation_title' => 'Legal Consultations & Representation',
|
||
'service_consultation_items' => [
|
||
'Legal advice',
|
||
'Court representation',
|
||
'Litigation management',
|
||
'Pleadings & appeals',
|
||
],
|
||
|
||
'service_family_title' => 'Women\'s & Family Law',
|
||
'service_family_items' => [
|
||
'Divorce proceedings',
|
||
'Alimony cases',
|
||
'Child custody',
|
||
'Protection from violence',
|
||
],
|
||
|
||
'service_civil_title' => 'Civil & Commercial Disputes',
|
||
'service_civil_items' => [
|
||
'Partnership cases',
|
||
'Financial claims',
|
||
'Civil disputes',
|
||
'Commercial litigation',
|
||
],
|
||
|
||
'service_business_title' => 'Business Legal Services',
|
||
'service_business_items' => [
|
||
'Contract drafting & review',
|
||
'Governance & compliance',
|
||
'Arbitration',
|
||
'Alternative dispute resolution',
|
||
],
|
||
|
||
// Values Section
|
||
'values_title' => 'Our Values',
|
||
'values_subtitle' => 'These start in the field and return to the people',
|
||
|
||
// Latest Posts Section
|
||
'posts_title' => 'Latest Articles',
|
||
'read_more' => 'Read More',
|
||
'view_all_posts' => 'View All Articles',
|
||
'posts_empty' => 'Articles coming soon',
|
||
|
||
'values' => [
|
||
'integrity' => [
|
||
'icon' => 'shield-check',
|
||
'title' => 'Integrity',
|
||
],
|
||
'justice' => [
|
||
'icon' => 'scale',
|
||
'title' => 'Justice',
|
||
],
|
||
'knowledge' => [
|
||
'icon' => 'academic-cap',
|
||
'title' => 'Knowledge',
|
||
],
|
||
'empowerment' => [
|
||
'icon' => 'heart',
|
||
'title' => "Women's Empowerment",
|
||
],
|
||
'professionalism' => [
|
||
'icon' => 'briefcase',
|
||
'title' => 'Professionalism',
|
||
],
|
||
'innovation' => [
|
||
'icon' => 'light-bulb',
|
||
'title' => 'Social Innovation',
|
||
],
|
||
],
|
||
];
|