everything
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
import {
|
||||
AvtokranSlider,
|
||||
Balon,
|
||||
Buldozer,
|
||||
Digger,
|
||||
ekskavatorSlider,
|
||||
Forkliftlar,
|
||||
Gazel,
|
||||
Grayder,
|
||||
Kat,
|
||||
Kompressor,
|
||||
kompressorSlider,
|
||||
Kran1,
|
||||
Kran2,
|
||||
Kran3,
|
||||
@@ -15,6 +18,7 @@ import {
|
||||
Mikser,
|
||||
Mini,
|
||||
Old,
|
||||
oldYuklagich,
|
||||
Paletli,
|
||||
Samasval,
|
||||
Teleskop,
|
||||
@@ -185,3 +189,36 @@ export const allProducts : ProductTypes[] = [
|
||||
...excavators,
|
||||
...road_repairs,
|
||||
];
|
||||
|
||||
|
||||
|
||||
export const sliderData : ProductTypes[] = [
|
||||
{
|
||||
id: 1,
|
||||
truck_name: 'excavators',
|
||||
desc: 'news-title1',
|
||||
path: 'crawler-excavators',
|
||||
image: ekskavatorSlider,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
truck_name: 'front-loaders',
|
||||
desc: 'news-title2',
|
||||
path: 'front-loaders',
|
||||
image: oldYuklagich,
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
truck_name: 'compressors',
|
||||
desc: 'news-title3',
|
||||
path: 'compressors',
|
||||
image: kompressorSlider,
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
truck_name: 'compressors',
|
||||
desc: 'news-title3',
|
||||
path: 'compressors',
|
||||
image: AvtokranSlider,
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user