This commit is contained in:
Joey Kimsey
2024-12-02 17:43:55 -05:00
parent 113499254b
commit de5530b1e3
95 changed files with 3192 additions and 509 deletions

View File

@ -122,6 +122,14 @@ class TheTempusProject extends Bedrock {
'text' => 'Home',
'url' => '{ROOT_URL}home/index',
],
[
'text' => 'About Me',
'url' => '{ROOT_URL}home/about',
],
[
'text' => 'Hire Me',
'url' => '{ROOT_URL}home/hire',
],
[
'text' => 'Admin',
'url' => '{ROOT_URL}admin/index',