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", ] , ];