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
+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',
'Segoe UI Symbol', 'Noto Color Emoji';
--primary: #F7D720;
--secondary: #0091FE;
/*--secondary: #0091FE;*/
--secondary: #000000;
--tertiary:#000000;
}
+1 -1
View File
@@ -3,7 +3,7 @@
<p class="text-sm">&copy {{ config('app.name') }}</p>
<div class="text-center">
<span>
<i class="text-sm">Est. {{ config('ace.est') }}</i>
<i class="text-sm">Est. {{ config('site.est') }}</i>
</span>
</div>
+1 -1
View File
@@ -34,7 +34,7 @@
</div>
<div class="col-12 col-md-4">
<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>
We'll move your items safely and efficiently to your new home or business premises, or to a secure storage facility.
</p>
+15 -8
View File
@@ -2,17 +2,17 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="color-scheme" content="light" />
<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="keywords" content="Brazilian Jiu Jitsu, Wrestling, Grappling, Martial Arts, Whitchurch, Shropshire, Combat Training, Fitness, Self Defense" />
<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="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="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: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: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" />
@@ -22,8 +22,15 @@
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta name="geo.region" content="GB-SHR" />
<meta name="geo.placename" content="Whitchurch, Shropshire" />
<meta name="geo.position" content="52.9642938;-2.6714153" />
<meta name="ICBM" content="52.9642938, -2.6714153" />
<meta name="geo.placename" content="Shrewsbury, Shropshire" />
<meta name="geo.position" content="52.7132798;-2.8268311" />
<meta name="ICBM" content="52.7132798, -2.8268311" />
<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">
<h1 class="mt-4 mb-4">Pricing</h1>
<div class="row">
@foreach(config('ace.pricing') as $price)
@foreach(config('site.pricing') as $price)
@if(($price['startDate'] ?? null) === null || $price['startDate'] > now())
@include('components.price', $price)
@endif
+2 -2
View File
@@ -42,13 +42,13 @@
Add classes to your calendar
</a>
</div>
@if(config('ace.show_coaches'))
@if(config('site.show_coaches'))
<div class="container py-5">
<h1 class="mb-4">Meet the Coach</h1>
<div class="row justify-content-center">
@include('components.coach', [
'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/'
])
</div>
+5 -5
View File
@@ -25,9 +25,9 @@
<div class="display-4 mb-3">
in Shrewsbury | Shropshire | Nationwide
</div>
@if(config('ace.start_date') > now())
@if(config('site.start_date') > now())
<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>
@endif
</div>
@@ -40,7 +40,7 @@
</div>
</div>
</div>
@if(config('ace.show_trial'))
@if(config('site.show_trial'))
<div class="container py-5">
<div class="col-md-8 offset-md-2">
<h1 class="mt-2 mb-4">Have a question?</h1>
@@ -51,7 +51,7 @@
</div>
</div>
@endif
@if(config('ace.show_location') && config('ace.map_key'))
@if(config('site.show_location') && config('site.map_key'))
<div class="container py-5">
<h1 class="mt-4 mb-4">Where to find us</h1>
<div class="col-md-12 justify-content-center">
@@ -59,7 +59,7 @@
width="100%" height="450"
frameborder="0" style="border:0"
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>
</iframe>
</div>