This commit is contained in:
Joey Kimsey
2025-01-20 22:42:30 -05:00
parent 1d8d48e7c1
commit ca50450682
55 changed files with 1385 additions and 337 deletions

View File

@ -58,22 +58,6 @@ class TheTempusProject extends Bedrock {
private $initialized = false;
public $contact_footer_links = [];
public $info_footer_links = [
[
'text' => 'FAQs',
'url' => '{ROOT_URL}home/faq',
],
[
'text' => 'About',
'url' => '{ROOT_URL}home/about',
],
[
'text' => 'Privacy Policy',
'url' => '{ROOT_URL}home/privacy',
],
[
'text' => 'Terms of Service',
'url' => '{ROOT_URL}home/terms',
],
];
public $admin_links = [
[
@ -144,6 +128,10 @@ class TheTempusProject extends Bedrock {
'text' => 'About Me',
'url' => '{ROOT_URL}home/about',
],
[
'text' => 'Blog',
'url' => '{ROOT_URL}blog/index',
],
[
'text' => 'Hire Me',
'url' => '{ROOT_URL}home/hire',