From 86204265645bdd7aff25aa301ded3c7084ffa130 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 22 Sep 2024 16:43:39 -0400 Subject: [PATCH] fix scroll names --- app/Controllers/Home.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 779af36..46d984a 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -9,27 +9,27 @@ class Home extends BaseController $fleet = [ [ "image" => "/assets/images/car-1.jpg", - "title" => "Car 1 name", + "title" => "Ford Transit 250 High roof", ] , [ "image" => "/assets/images/car-2.jpg", - "title" => "Car 2 name", + "title" => "Ford Transit 250 Mid roof", ] , [ "image" => "/assets/images/car-3.jpg", - "title" => "Car 3 name", + "title" => "Ford Transit 250 Mid roof", ] , [ "image" => "/assets/images/car-1.jpg", - "title" => "Car 4 name", + "title" => "Ford Transit 250 Low roof", ] , [ "image" => "/assets/images/car-2.jpg", - "title" => "Car 5 name", + "title" => "Ford Transit 250 Mid roof", ] , [ "image" => "/assets/images/car-3.jpg", - "title" => "Car 6 name", + "title" => "Ford Transit 250 Low roof", ] , ];