Files
spestexnika/data/index.ts
nabijonovdavronbek619@gmail.com 5d27a3e8fa modal and send rent info to telegram bot
2025-11-08 18:25:40 +05:00

996 lines
23 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import {
Avtokran1,
Avtokran2,
Avtokran4,
AvtokranSlider,
Balon,
Balon1,
Balon2,
Buldozer,
Buldozer1,
Buldozer2,
Chakman1,
Chakman2,
Digger,
Digger1,
Digger2,
Dizel1,
Dizel2,
Dizel3,
ekskavatorSlider,
Fork1,
Fork2,
Fork3,
Forkliftlar,
Gazel,
Gazel1,
Gazel2,
Gazel3,
Gazel5,
Gazel6,
Grayder,
Grayder1,
Howo1,
Howo2,
Howo2_1,
Howo2_2,
Howo2_3,
Howo3,
Howo3_1,
Isuzu1,
Isuzu2,
Kaimei1,
Kaimei2,
Kampressor1,
Kampressor2,
Kampressor3,
Kat,
Katka1,
Katka2,
Kompressor,
kompressorSlider,
Kran1,
Kran2,
Kran3,
Kran4,
Kran5,
Kranmexanik1,
Kranminora1,
Mikser,
Mini,
Mini1,
Mini2,
Minora1,
Minora4,
Old,
Old1,
Old2,
Old3,
oldYuklagich,
Palet1,
Palet3,
Paletli,
Paletli1,
Paletli2,
Samasval,
Tel1,
Tel2,
Teleskop,
Treyler,
Treyler1,
Treyler10,
Treyler2,
Treyler3,
Treyler6,
} from "@/assets";
import { innerCardTypes, ProductTypes } from "@/types";
// all truck information
export const trucks: ProductTypes[] = [
{
id: 1,
truck_name: "cement-truck",
desc: "agreement",
path: "cement-truck",
image: Mikser,
},
{
id: 2,
truck_name: "dumb-truck",
desc: "agreement",
path: "dumb-truck",
image: Samasval,
},
{
id: 3,
truck_name: "trailers",
desc: "agreement",
path: "trailers",
image: Treyler,
},
{
id: 4,
truck_name: "gazels",
desc: "agreement",
path: "gazels",
image: Gazel,
},
];
export const cranes: ProductTypes[] = [
{
id: 1,
truck_name: "avtotowers",
desc: "agreement",
path: "avtotowers",
image: Kran1,
},
{
id: 2,
truck_name: "avtocranes",
desc: "agreement",
path: "avtocranes",
image: Kran2,
},
{
id: 3,
truck_name: "tower-cranes",
desc: "agreement",
path: "tower-cranes",
image: Kran4,
},
{
id: 4,
truck_name: "lifters",
desc: "agreement",
path: "lifters",
image: Kran3,
},
{
id: 5,
truck_name: "crawler-cranes",
desc: "agreement",
path: "crawler-cranes",
image: Kran5,
},
];
export const forklift: ProductTypes[] = [
{
id: 1,
truck_name: "front-loaders",
desc: "agreement",
path: "front-loaders",
image: Old,
},
{
id: 2,
truck_name: "tele-loaders",
desc: "agreement",
path: "tele-loaders",
image: Teleskop,
},
{
id: 3,
truck_name: "forklift-trucks",
desc: "agreement",
path: "forklift-trucks",
image: Forkliftlar,
},
];
export const excavators: ProductTypes[] = [
{
id: 1,
truck_name: "crawler-excavators",
desc: "agreement",
path: "crawler-excavators",
image: Paletli,
},
{
id: 2,
truck_name: "wheel-excavators",
desc: "agreement",
path: "wheel-excavators",
image: Balon,
},
{
id: 3,
truck_name: "mini-excavators",
desc: "agreement",
path: "mini-excavators",
image: Mini,
},
{
id: 4,
truck_name: "excavator-loaders",
desc: "agreement",
path: "excavator-loaders",
image: Digger,
},
];
export const road_repairs: ProductTypes[] = [
{
id: 1,
truck_name: "avtograders",
desc: "agreement",
path: "avtograders",
image: Grayder,
},
{
id: 2,
truck_name: "buldozers",
desc: "agreement",
path: "buldozers",
image: Buldozer,
},
{
id: 3,
truck_name: "katkas",
desc: "agreement",
path: "katkas",
image: Kat,
},
{
id: 4,
truck_name: "compressors",
desc: "agreement",
path: "compressors",
image: Kompressor,
},
];
export const allProducts: ProductTypes[] = [
...trucks,
...cranes,
...forklift,
...excavators,
...road_repairs,
];
// inner car information by types of trucks
//yuk mashinalari
export const cement_trucks: innerCardTypes[] = [
{
id: 1,
image: Howo1,
name: "Avtosementavoz Howo 1",
min_order_time: 4,
price: 350000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 45, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
tankVolume_m3: 35, // Tank hajmi (m3)
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 2,
image: Howo2_1,
name: "Avtosementavoz Howo 4",
min_order_time: 4,
price: 365000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 45, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
tankVolume_m3: 35, // Tank hajmi (m3)
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 3,
image: Howo3_1,
name: "Avtosementavoz Howo 5",
min_order_time: 4,
price: 370000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 45, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
tankVolume_m3: 35, // Tank hajmi (m3)
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
];
export const dumb_trucks: innerCardTypes[] = [
{
id: 1,
image: Kaimei1,
name: "Kaimei Samasval",
min_order_time: 3,
price: 400000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 25, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Chakman2,
name: "Chakman Samasval",
min_order_time: 3,
price: 410000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 25, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 3,
image: Isuzu2,
name: "Isuzu Samasval",
min_order_time: 3,
price: 430000,
path: "",
maxLength_m: 11, // Maksimum uzunligi (metr)
capacity_tons: 25, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
export const trailers: innerCardTypes[] = [
{
id: 1,
image: Treyler1,
name: "Treyler XCMG",
min_order_time: 5,
price: 500000,
path: "",
maxLength_m: 26, // Maksimum uzunligi (metr)
capacity_tons: 24, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "440-550", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 2,
image: Treyler2,
name: "Treyler Long",
min_order_time: 5,
price: 520000,
path: "",
maxLength_m: 26, // Maksimum uzunligi (metr)
capacity_tons: 24, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "440-550", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 3,
image: Treyler6,
name: "Treyler Platforma",
min_order_time: 5,
price: 560000,
path: "",
maxLength_m: 26, // Maksimum uzunligi (metr)
capacity_tons: 24, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "440-550", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
];
export const gazels: innerCardTypes[] = [
{
id: 1,
image: Gazel2,
name: "Gazel mini",
min_order_time: 2,
price: 260000,
path: "",
maxLength_m: 6, // Maksimum uzunligi (metr)
capacity_tons: 1.6, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Benzin/Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "120-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Gazel5,
name: "Gazel 4x2",
min_order_time: 2,
price: 280000,
path: "",
maxLength_m: 6, // Maksimum uzunligi (metr)
capacity_tons: 1.6, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Benzin/Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "120-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
//kranlar
export const avtominora: innerCardTypes[] = [
{
id: 1,
image: Kranminora1,
name: "Avtominora Kran",
min_order_time: 5,
price: 600000,
path: "",
weight_kg: 12000,
maxHeight_m: 60,
capacity_kg: 500,
fuelType: "Dizel",
maxSpeed_kmh: 70,
enginePower_hp: "200-400",
transmission: "Mexanik/Avtomatik",
},
{
id: 2,
image: Kranmexanik1,
name: "Avtokran Zoomlion",
min_order_time: 5,
price: 620000,
path: "",
weight_kg: 12000,
maxHeight_m: 60,
capacity_kg: 500,
fuelType: "Dizel",
maxSpeed_kmh: 70,
enginePower_hp: "200",
transmission: "Mexanik/Avtomatik",
},
];
export const avtokran: innerCardTypes[] = [
{
id: 1,
image: Avtokran1,
name: "Avtokran",
min_order_time: 5,
price: 600000,
path: "",
maxHeight_m: 60,
capacity_tons: 30,
fuelType: "Dizel",
maxSpeed_kmh: 70,
enginePower_hp: "200-300",
transmission: "Mexanik/Avtomatik",
},
{
id: 2,
image: Avtokran4,
name: "Avtokran",
min_order_time: 5,
price: 620000,
path: "",
maxHeight_m: 60,
capacity_tons: 120,
fuelType: "Dizel",
maxSpeed_kmh: 70,
enginePower_hp: "200-400",
transmission: "Mexanik/Avtomatik",
},
];
export const minora: innerCardTypes[] = [
{
id: 1,
image: Minora1,
name: "Avtominora Kran",
min_order_time: 5,
price: 600000,
path: "",
maxHeight_m: 300,
capacity_tons: 20,
bom: 20,
enginePower_hp: "300",
transmission: "Mexanik/Avtomatik",
},
{
id: 2,
image: Minora4,
name: "Avtominora Kran",
min_order_time: 5,
price: 620000,
path: "",
maxHeight_m: 300,
capacity_tons: 20,
bom: 80,
enginePower_hp: "300",
transmission: "Mexanik/Avtomatik",
},
];
export const dizel: innerCardTypes[] = [
{
id: 1,
image: Dizel2,
name: "Dizel Ko'targichlar",
min_order_time: 5,
price: 600000,
path: "",
capacity_kg: 500,
enginePower_hp: "200",
transmission: "Mexanik/Avtomatik",
},
{
id: 2,
image: Dizel3,
name: "Dizel Ko'targichlar",
min_order_time: 5,
price: 620000,
path: "",
capacity_kg: 500,
enginePower_hp: "200",
transmission: "Mexanik/Avtomatik",
},
];
export const paletli_kranlar: innerCardTypes[] = [
{
id: 1,
image: Palet1,
name: "Paletli kran",
min_order_time: 5,
price: 600000,
path: "",
maxHeight_m: 60,
capacity_tons: 45,
fuelType: "Dizel",
maxSpeed_kmh: 20,
enginePower_hp: "300",
transmission: "Mexanik/Avtomatik",
},
{
id: 2,
image: Palet3,
name: "Paletli kran",
min_order_time: 5,
price: 620000,
path: "",
maxHeight_m: 60,
capacity_tons: 50,
fuelType: "Dizel",
maxSpeed_kmh: 20,
enginePower_hp: "300",
transmission: "Mexanik/Avtomatik",
},
];
//forkliftlar
export const old_yuklagichlar: innerCardTypes[] = [
{
id: 1,
image: Old1,
name: "Old Yuklagich GEHL",
min_order_time: 3,
price: 350000,
path: "",
maxLength_m: 7, // Maksimum uzunligi (metr)
capacity_tons: 10, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "300-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 2,
image: Old2,
name: "Old Yuklagich Hyundai",
min_order_time: 3,
price: 365000,
path: "",
maxLength_m: 6, // Maksimum uzunligi (metr)
capacity_tons: 5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
{
id: 3,
image: Old3,
name: "Old Yuklagich Lonking",
min_order_time: 3,
price: 370000,
path: "",
maxLength_m: 7, // Maksimum uzunligi (metr)
capacity_tons: 10, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel/Gaz", // Yoqilg'i turi
maxSpeed_kmh: 130, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "360-400", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Robot", // O'tkazmalar qutisi
},
];
export const teleskop_yuklagichlar: innerCardTypes[] = [
{
id: 1,
image: Tel1,
name: "Teleskopik Yuklagich JCB",
min_order_time: 3,
price: 400000,
path: "",
maxLength_m: 7, // Maksimum uzunligi (metr)
capacity_tons: 1.5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 50, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "60-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Tel2,
name: "Teleskopik Yuklagich XCMG",
min_order_time: 3,
price: 420000,
path: "",
maxLength_m: 7, // Maksimum uzunligi (metr)
capacity_tons: 1.5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 50, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "60-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
export const forkliftlar: innerCardTypes[] = [
{
id: 1,
image: Fork1,
name: "Forklift Mitsubishi",
min_order_time: 2,
price: 300000,
path: "",
maxLength_m: 5, // Maksimum uzunligi (metr)
capacity_tons: 2.5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 50, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "60-200", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Fork2,
name: "Forklift Lonking",
min_order_time: 2,
price: 310000,
path: "",
maxLength_m: 5, // Maksimum uzunligi (metr)
capacity_tons: 1.5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 50, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "60-200", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 3,
image: Fork3,
name: "Forklift JCB",
min_order_time: 2,
price: 320000,
path: "",
maxLength_m: 5, // Maksimum uzunligi (metr)
capacity_tons: 2.5, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 50, // Maksimum tezligi (km/soat)
intercooler: "Bor", // Interkuler (Bor/Yoq)
enginePower_hp: "60-200", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
//ekskavatorlar
export const paletli_eks: innerCardTypes[] = [
{
id: 1,
image: Paletli1,
name: "Paletli Ekskavator Hyundai",
min_order_time: 4,
price: 450000,
path: "",
weight_kg: 24,
qazish: 6.5,
fuelType: "Dizel", // Yoqilg'i turi
enginePower_hp: "140-180", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Paletli2,
name: "Paletli Ekskavator XCMG",
min_order_time: 4,
price: 470000,
path: "",
weight_kg: 24,
qazish: 6.5,
fuelType: "Dizel", // Yoqilg'i turi
enginePower_hp: "140-180", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
export const gildirakli_eks: innerCardTypes[] = [
{
id: 1,
image: Balon1,
name: "Gildirakli Ekskavator GEHL",
min_order_time: 4,
price: 440000,
path: "",
weight_kg: 22,
qazish: 6.5,
fuelType: "Dizel", // Yoqilg'i turi
enginePower_hp: "170-180", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Avtomatik", // O'tkazmalar qutisi
},
{
id: 2,
image: Balon2,
name: "Gildirakli Ekskavator Lonking",
min_order_time: 4,
price: 460000,
path: "",
weight_kg: 22,
qazish: 6.5,
fuelType: "Dizel", // Yoqilg'i turi
enginePower_hp: "170-180", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Avtomatik", // O'tkazmalar qutisi
},
];
export const mini_eks: innerCardTypes[] = [
{
id: 1,
image: Mini1,
name: "Mini Ekskavator JCB",
min_order_time: 3,
price: 400000,
path: "",
weight_kg: 4,
qazish: 3,
fuelType: "Dizel/Benzin", // Yoqilg'i turi
enginePower_hp: "25-40", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Avtomatik", // O'tkazmalar qutisi
},
{
id: 2,
image: Mini2,
name: "Mini Ekskavator XCMG",
min_order_time: 3,
price: 410000,
path: "",
weight_kg: 4,
qazish: 3,
fuelType: "Dizel/Benzin", // Yoqilg'i turi
enginePower_hp: "25-40", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Avtomatik", // O'tkazmalar qutisi
},
];
export const eks_yuklagichlar: innerCardTypes[] = [
{
id: 1,
image: Digger1,
name: "Ekskavator Yuklagich Hyundai",
min_order_time: 3,
price: 420000,
path: "",
weight_kg: 10,
qazish: 5,
fuelType: "160 litr", // Yoqilg'i turi
enginePower_hp: "90-110", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik/Avtomatik", // O'tkazmalar qutisi
},
{
id: 2,
image: Digger2,
name: "Ekskavator Yuklagich Gehl",
min_order_time: 3,
price: 430000,
path: "",
weight_kg: 10,
qazish: 5,
fuelType: "160 litr", // Yoqilg'i turi
enginePower_hp: "90-110", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
// yo'l tamiri
export const avtogreyderlar: innerCardTypes[] = [
{
id: 1,
image: Grayder1,
name: "Avtogreyder XCMG",
min_order_time: 4,
price: 500000,
path: "",
maxLength_m: 20, // Maksimum uzunligi (metr)
weight_kg: 20,
fuelType: "Dizel", // Yoqilg'i turi
pichoq: 3 - 4.5,
maxSpeed_kmh: 40, // Maksimum tezligi (km/soat)
enginePower_hp: "150-250", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanika", // O'tkazmalar qutisi
},
];
export const buldozerlar: innerCardTypes[] = [
{
id: 1,
image: Buldozer1,
name: "Buldozer Lonking",
min_order_time: 4,
price: 520000,
path: "",
maxLength_m: 20, // Maksimum uzunligi (metr)
weight_kg:70,
tankVolume_m3:300-600,
capacity_tons: 1.6, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 12, // Maksimum tezligi (km/soat)
pichoq:3-5,
enginePower_hp: "200-700", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Buldozer2,
name: "Buldozer XCMG",
min_order_time: 4,
price: 540000,
path: "",
maxLength_m: 20, // Maksimum uzunligi (metr)
weight_kg:70,
tankVolume_m3:300-600,
capacity_tons: 1.6, // Yuk ko'tarish qobiliyati (tonna)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 12, // Maksimum tezligi (km/soat)
pichoq:3-5,
enginePower_hp: "200-700", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
export const katkalar: innerCardTypes[] = [
{
id: 1,
image: Katka1,
name: "Katka JCB",
min_order_time: 4,
price: 490000,
path: "",
weight_kg:14,
tankVolume_m3:250-300,
intercooler: "Bor", // Interkuler (Bor/Yoq)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 12, // Maksimum tezligi (km/soat)
zichlash:2-2.5,
enginePower_hp: "75-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
{
id: 2,
image: Katka2,
name: "Katka Hyundai",
min_order_time: 4,
price: 510000,
path: "",
weight_kg:14,
tankVolume_m3:250-300,
intercooler: "Bor", // Interkuler (Bor/Yoq)
fuelType: "Dizel", // Yoqilg'i turi
maxSpeed_kmh: 12, // Maksimum tezligi (km/soat)
zichlash:2-2.5,
enginePower_hp: "75-150", // Dvigatel quvvati (ot kuchi) — diapazon sifatida
transmission: "Mexanik", // O'tkazmalar qutisi
},
];
export const kompressorlar: innerCardTypes[] = [
{
id: 1,
image: Kampressor1,
name: "Kompressor Mitsubishi",
min_order_time: 3,
price: 350000,
path: "",
fuelType:'Elektr',
enginePower_hp:"3",
siqish:150,
havo:10,
kompressor_sig:60,
},
{
id: 2,
image: Kampressor2,
name: "Kompressor XCMG",
min_order_time: 3,
price: 370000,
path: "",
fuelType:'Elektr',
enginePower_hp:"3",
siqish:150,
havo:10,
kompressor_sig:60,
},
{
id: 3,
image: Kampressor3,
name: "Kompressor Hyundai",
min_order_time: 3,
price: 390000,
path: "",
fuelType:'Elektr',
enginePower_hp:"3",
siqish:150,
havo:10,
kompressor_sig:60,
},
];
// slider data
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,
},
];