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
+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>