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'), 'name' => env('APP_NAME', 'Stu moved you'),
'title' => env('APP_TITLE', 'BJJ and Wrestling in Whitchurch'), 'title' => env('APP_TITLE', 'Stu moves you | Removals | Waste management'),
'email' => env('TO_EMAIL', 'contact@acebjj.co.uk'), 'email' => env('TO_EMAIL', ''), //TOOD
'phone' => env('PHONE_NUM', '07911111111'), 'phone' => env('PHONE_NUM', '07572041039'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
-10
View File
@@ -7,16 +7,6 @@ return [
'name' => 'Home', 'name' => 'Home',
'icon' => 'far fa-house', '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', 'path' => '/contact-us',
'name' => 'Contact us', 'name' => 'Contact us',
View File
+1 -1
View File
@@ -3,7 +3,7 @@
return [ return [
'links' => [ 'links' => [
'facebook' => [ 'facebook' => [
'url' => 'https://www.facebook.com/people/Ace-BJJ/61583597135207', 'url' => 'https://www.facebook.com/profile.php?id=61573221070115',
'icon' => 'fab fa-facebook', 'icon' => 'fab fa-facebook',
'name' => 'Facebook', 'name' => 'Facebook',
], ],
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "Ace", "name": "stuart-craig-removals",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
+2 -1
View File
@@ -12,7 +12,8 @@
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji'; 'Segoe UI Symbol', 'Noto Color Emoji';
--primary: #F7D720; --primary: #F7D720;
--secondary: #0091FE; /*--secondary: #0091FE;*/
--secondary: #000000;
--tertiary:#000000; --tertiary:#000000;
} }
+1 -1
View File
@@ -3,7 +3,7 @@
<p class="text-sm">&copy {{ config('app.name') }}</p> <p class="text-sm">&copy {{ config('app.name') }}</p>
<div class="text-center"> <div class="text-center">
<span> <span>
<i class="text-sm">Est. {{ config('ace.est') }}</i> <i class="text-sm">Est. {{ config('site.est') }}</i>
</span> </span>
</div> </div>
+1 -1
View File
@@ -34,7 +34,7 @@
</div> </div>
<div class="col-12 col-md-4"> <div class="col-12 col-md-4">
<div class="text-secondary bg-primary p-4 rounded-3 h-100"> <div class="text-secondary bg-primary p-4 rounded-3 h-100">
<h2>Transportation to New Address /Storage</h2> <h2>Transportation to New Address or Storage</h2>
<p> <p>
We'll move your items safely and efficiently to your new home or business premises, or to a secure storage facility. We'll move your items safely and efficiently to your new home or business premises, or to a secure storage facility.
</p> </p>
+15 -8
View File
@@ -2,17 +2,17 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="color-scheme" content="light" /> <meta name="color-scheme" content="light" />
<meta name="robots" content="index, follow" /> <meta name="robots" content="index, follow" />
<meta name="description" content="Learn Brazilian Jiu Jitsu, Wrestling, and Grappling in Whitchurch, Shropshire. Join us to sharpen your skills and enjoy a community-focused environment." /> <meta name="description" content="Removals and Waste Management Company in Shrewsbury | Removals and Waste Management Company in Shropshire | Stu Moves you Removal Services" />
<meta name="keywords" content="Brazilian Jiu Jitsu, Wrestling, Grappling, Martial Arts, Whitchurch, Shropshire, Combat Training, Fitness, Self Defense" /> <meta name="keywords" content="House moving, Waste management, Removal services, Shrewsbury, Shropshire, Stu moves you, stumovesyou, " />
<meta name="author" content="Ace Jiu Jitsu" /> <meta name="author" content="{{ config('app.name') }}" />
<meta name="language" content="en" /> <meta name="language" content="en" />
<meta name="content-language" content="en" /> <meta name="content-language" content="en" />
<meta property="og:title" content="{{ config('ace.name') }} - Join now" /> <meta property="og:title" content="{{ config('app.name') }} - Removals and waste management" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="{{ config('ace.site') }}{{ config('ace.logo') }}" /> <meta property="og:image" content="{{ config('site.site') }}{{ config('site.logo') }}" />
<meta property="og:url" content="{{ config('app.site') }}{{ url()->current() }}" /> <meta property="og:url" content="{{ config('app.site') }}{{ url()->current() }}" />
<meta property="og:image:url" content="{{ config('app.site') }}/images/logo.jpg" /> <meta property="og:image:url" content="{{ config('app.site') }}/images/logo.jpg" />
<meta property="og:description" content="Removals and Waste Management Company in Shrewsbury | Removals and Waste Management Company in Shropshire | Severnshifters Removal Services" /> <meta property="og:description" content="Removals and Waste Management Company in Shrewsbury | Removals and Waste Management Company in Shropshire | Severnshifters Removal Services" />
@@ -22,8 +22,15 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="geo.region" content="GB-SHR" /> <meta name="geo.region" content="GB-SHR" />
<meta name="geo.placename" content="Whitchurch, Shropshire" /> <meta name="geo.placename" content="Shrewsbury, Shropshire" />
<meta name="geo.position" content="52.9642938;-2.6714153" /> <meta name="geo.position" content="52.7132798;-2.8268311" />
<meta name="ICBM" content="52.9642938, -2.6714153" /> <meta name="ICBM" content="52.7132798, -2.8268311" />
<meta name="mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />
{{--// SPA I decide copy. Ability to change stuff. --}}
{{--// --}}
{{--Get rid of waste removals-add-contact page back in--}}
{{--Get domain stumoves or stumovesyou--}}
{{--hosting --}}
+1 -1
View File
@@ -8,7 +8,7 @@
<div class="container mt-5"> <div class="container mt-5">
<h1 class="mt-4 mb-4">Pricing</h1> <h1 class="mt-4 mb-4">Pricing</h1>
<div class="row"> <div class="row">
@foreach(config('ace.pricing') as $price) @foreach(config('site.pricing') as $price)
@if(($price['startDate'] ?? null) === null || $price['startDate'] > now()) @if(($price['startDate'] ?? null) === null || $price['startDate'] > now())
@include('components.price', $price) @include('components.price', $price)
@endif @endif
+2 -2
View File
@@ -42,13 +42,13 @@
Add classes to your calendar Add classes to your calendar
</a> </a>
</div> </div>
@if(config('ace.show_coaches')) @if(config('site.show_coaches'))
<div class="container py-5"> <div class="container py-5">
<h1 class="mb-4">Meet the Coach</h1> <h1 class="mb-4">Meet the Coach</h1>
<div class="row justify-content-center"> <div class="row justify-content-center">
@include('components.coach', [ @include('components.coach', [
'name' => 'Shaun', 'name' => 'Shaun',
'description' => 'A black belt under Casey Jones, and one of the coaches at SBG shropshire. with more than ' . config('ace.teaching_date')->diff(now())->years . ' years experience teaching Jiu-jitsu and wrestling. He enjoys seeing progress from his students, and often travels to competitions to help them compete.', 'description' => 'A black belt under Casey Jones, and one of the coaches at SBG shropshire. with more than ' . config('site.teaching_date')->diff(now())->years . ' years experience teaching Jiu-jitsu and wrestling. He enjoys seeing progress from his students, and often travels to competitions to help them compete.',
'link' => 'https://www.instagram.com/shauncsbg/' 'link' => 'https://www.instagram.com/shauncsbg/'
]) ])
</div> </div>
+5 -5
View File
@@ -25,9 +25,9 @@
<div class="display-4 mb-3"> <div class="display-4 mb-3">
in Shrewsbury | Shropshire | Nationwide in Shrewsbury | Shropshire | Nationwide
</div> </div>
@if(config('ace.start_date') > now()) @if(config('site.start_date') > now())
<div class="display-6 fst-italic"> <div class="display-6 fst-italic">
Starting {{ config('ace.start_date')->format('d M Y') }} Starting {{ config('site.start_date')->format('d M Y') }}
</div> </div>
@endif @endif
</div> </div>
@@ -40,7 +40,7 @@
</div> </div>
</div> </div>
</div> </div>
@if(config('ace.show_trial')) @if(config('site.show_trial'))
<div class="container py-5"> <div class="container py-5">
<div class="col-md-8 offset-md-2"> <div class="col-md-8 offset-md-2">
<h1 class="mt-2 mb-4">Have a question?</h1> <h1 class="mt-2 mb-4">Have a question?</h1>
@@ -51,7 +51,7 @@
</div> </div>
</div> </div>
@endif @endif
@if(config('ace.show_location') && config('ace.map_key')) @if(config('site.show_location') && config('site.map_key'))
<div class="container py-5"> <div class="container py-5">
<h1 class="mt-4 mb-4">Where to find us</h1> <h1 class="mt-4 mb-4">Where to find us</h1>
<div class="col-md-12 justify-content-center"> <div class="col-md-12 justify-content-center">
@@ -59,7 +59,7 @@
width="100%" height="450" width="100%" height="450"
frameborder="0" style="border:0" frameborder="0" style="border:0"
referrerpolicy="no-referrer-when-downgrade" referrerpolicy="no-referrer-when-downgrade"
src="https://www.google.com/maps/embed/v1/place?key={{ config('ace.map_key') }}&q={{ config('ace.address') }}" src="https://www.google.com/maps/embed/v1/place?key={{ config('site.map_key') }}&q={{ config('site.address') }}"
allowfullscreen> allowfullscreen>
</iframe> </iframe>
</div> </div>