Skip to content

Commit

Permalink
Real user avatars add to welcome view
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed May 17, 2024
1 parent 9e98050 commit ee1eb2c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/Http/Controllers/StaticPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function welcome(): View
$testimonials = [
[
'icon' => 'fas fa-user-graduate',
'avatar' => 'images/avatar1.png',
'avatar' => 'images/avatars/eddy.jpg',
'color' => 'text-green-500',
'image' => 'images/avatar1.png',
'name' => 'John Doe',
Expand All @@ -41,7 +41,7 @@ public function welcome(): View
],
[
'icon' => 'fas fa-user-graduate',
'avatar' => 'images/avatar2.png',
'avatar' => 'images/avatars/toa-heft.jpg',
'color' => 'text-green-500',
'image' => 'images/avatar2.png',
'name' => 'Emily Johnson',
Expand All @@ -50,7 +50,7 @@ public function welcome(): View
],
[
'icon' => 'fas fa-user-graduate',
'avatar' => 'images/avatar3.png',
'avatar' => 'images/avatars/christina.jpg',
'color' => 'text-green-500',
'image' => 'images/avatar3.png',
'name' => 'Michael Williams',
Expand Down
Binary file added public/images/avatars/christina.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/avatars/eddy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/avatars/toa-heft.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee1eb2c

Please sign in to comment.