fixed servicies in home page
This commit is contained in:
+31
-21
@@ -15,27 +15,37 @@ return [
|
||||
// Services Section
|
||||
'services_title' => 'Our Services',
|
||||
'services_subtitle' => 'Comprehensive legal solutions for individuals and businesses',
|
||||
'services' => [
|
||||
'consultations' => [
|
||||
'icon' => 'chat-bubble-left-right',
|
||||
'title' => 'Legal Consultations',
|
||||
'description' => 'Expert legal advice tailored to your specific situation and needs.',
|
||||
],
|
||||
'representation' => [
|
||||
'icon' => 'scale',
|
||||
'title' => 'Court Representation',
|
||||
'description' => 'Professional representation before courts and judicial bodies at all stages.',
|
||||
],
|
||||
'litigation' => [
|
||||
'icon' => 'document-text',
|
||||
'title' => 'Litigation Management',
|
||||
'description' => 'Complete case management from pleadings and memoranda to appeals.',
|
||||
],
|
||||
'contracts' => [
|
||||
'icon' => 'pencil-square',
|
||||
'title' => 'Contract Services',
|
||||
'description' => 'Drafting, review, and legal compliance for all your contractual needs.',
|
||||
],
|
||||
|
||||
'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
|
||||
|
||||
Reference in New Issue
Block a user