In person changes for meta and names.Also has some notes

This commit is contained in:
Shaun Collins
2026-04-21 16:56:21 +01:00
parent 09c4bd02ff
commit 34ce564982
12 changed files with 33 additions and 35 deletions
+4 -4
View File
@@ -13,10 +13,10 @@ return [
|
*/
'name' => env('APP_NAME', 'Laravel'),
'title' => env('APP_TITLE', 'BJJ and Wrestling in Whitchurch'),
'email' => env('TO_EMAIL', 'contact@acebjj.co.uk'),
'phone' => env('PHONE_NUM', '07911111111'),
'name' => env('APP_NAME', 'Stu moved you'),
'title' => env('APP_TITLE', 'Stu moves you | Removals | Waste management'),
'email' => env('TO_EMAIL', ''), //TOOD
'phone' => env('PHONE_NUM', '07572041039'),
/*
|--------------------------------------------------------------------------
-10
View File
@@ -7,16 +7,6 @@ return [
'name' => 'Home',
'icon' => 'far fa-house',
],
[
'path' => '/removals',
'name' => 'Removals',
'icon' => 'far fa-truck',
],
[
'path' => '/waste-management',
'name' => 'Waste Management',
'icon' => 'fas fa-recycle',
],
[
'path' => '/contact-us',
'name' => 'Contact us',
View File
+1 -1
View File
@@ -3,7 +3,7 @@
return [
'links' => [
'facebook' => [
'url' => 'https://www.facebook.com/people/Ace-BJJ/61583597135207',
'url' => 'https://www.facebook.com/profile.php?id=61573221070115',
'icon' => 'fab fa-facebook',
'name' => 'Facebook',
],