Skip to content

Commit

Permalink
Todo testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed May 17, 2024
1 parent 5fb54c5 commit 11f5d8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/Http/Controllers/StaticPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ public function welcome(): View
]
];

/* Testimonials
* TODO: Replace the dummy testimonials with real testimonials from the database
* Create a Testimonial model and a TestimonialController to fetch testimonials from the database
*/

$testimonials = [
[
'icon' => 'fas fa-user-graduate',
Expand Down

0 comments on commit 11f5d8f

Please sign in to comment.