From 5fb54c5577e6591a0cda80a219cdbaed8f37454d Mon Sep 17 00:00:00 2001 From: raccoon254 Date: Fri, 17 May 2024 10:23:51 +0300 Subject: [PATCH] Name fixes on testimonials --- app/Http/Controllers/StaticPageController.php | 6 +++--- resources/views/welcome.blade.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/Http/Controllers/StaticPageController.php b/app/Http/Controllers/StaticPageController.php index e21c877..3b49937 100644 --- a/app/Http/Controllers/StaticPageController.php +++ b/app/Http/Controllers/StaticPageController.php @@ -35,7 +35,7 @@ public function welcome(): View 'avatar' => 'images/avatars/eddy.jpg', 'color' => 'text-green-500', 'image' => 'images/avatar1.png', - 'name' => 'John Doe', + 'name' => 'Eddy Johnson', 'subject' => 'Computer Science', 'testimonial' => 'Scholarspace has been a lifesaver for me. The writers are knowledgeable and always deliver quality work on time.' ], @@ -44,7 +44,7 @@ public function welcome(): View 'avatar' => 'images/avatars/toa-heft.jpg', 'color' => 'text-green-500', 'image' => 'images/avatar2.png', - 'name' => 'Emily Johnson', + 'name' => 'Clinton Kelly', 'subject' => 'Business Administration', 'testimonial' => 'I highly recommend Scholarspace. Their writers have a deep understanding of the subject matter and provide well-researched assignments.' ], @@ -53,7 +53,7 @@ public function welcome(): View 'avatar' => 'images/avatars/christina.jpg', 'color' => 'text-green-500', 'image' => 'images/avatar3.png', - 'name' => 'Michael Williams', + 'name' => 'Claire Williams', 'subject' => 'English Literature', 'testimonial' => 'I\'ve been using Scholarspace for a while now, and I\'m always impressed by the quality of work and the professionalism of the writers.' ] diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 06ce0c4..b43511a 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -79,7 +79,6 @@ class="w-full max-w-md mx-auto rounded-lg"> @foreach($testimonials as $testimonial)
- Avatar