fix scroll names
This commit is contained in:
@@ -9,27 +9,27 @@ class Home extends BaseController
|
|||||||
$fleet = [
|
$fleet = [
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-1.jpg",
|
"image" => "/assets/images/car-1.jpg",
|
||||||
"title" => "Car 1 name",
|
"title" => "Ford Transit 250 High roof",
|
||||||
] ,
|
] ,
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-2.jpg",
|
"image" => "/assets/images/car-2.jpg",
|
||||||
"title" => "Car 2 name",
|
"title" => "Ford Transit 250 Mid roof",
|
||||||
] ,
|
] ,
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-3.jpg",
|
"image" => "/assets/images/car-3.jpg",
|
||||||
"title" => "Car 3 name",
|
"title" => "Ford Transit 250 Mid roof",
|
||||||
] ,
|
] ,
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-1.jpg",
|
"image" => "/assets/images/car-1.jpg",
|
||||||
"title" => "Car 4 name",
|
"title" => "Ford Transit 250 Low roof",
|
||||||
] ,
|
] ,
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-2.jpg",
|
"image" => "/assets/images/car-2.jpg",
|
||||||
"title" => "Car 5 name",
|
"title" => "Ford Transit 250 Mid roof",
|
||||||
] ,
|
] ,
|
||||||
[
|
[
|
||||||
"image" => "/assets/images/car-3.jpg",
|
"image" => "/assets/images/car-3.jpg",
|
||||||
"title" => "Car 6 name",
|
"title" => "Ford Transit 250 Low roof",
|
||||||
] ,
|
] ,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user