fix scroll names

This commit is contained in:
CHIEFSOFT\ameye
2024-09-22 16:43:39 -04:00
parent 14a8483d65
commit 8620426564
+6 -6
View File
@@ -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",
] ,
];