In person changes for meta and names.Also has some notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user