catalog part is done
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export const DATA = [
|
||||
{
|
||||
name: "P-0834405",
|
||||
@@ -67,4 +66,100 @@ export const faqItems = [
|
||||
answer:
|
||||
"Candidates must be at least 18 years old, have a high school diploma or GED, possess a valid drivers license, and pass a background check and medical examination. Physical fitness is essential, and candidates must pass the Candidate Physical Ability Test (CPAT).",
|
||||
},
|
||||
];
|
||||
];
|
||||
|
||||
export const ProductCatalog = [
|
||||
{
|
||||
id: "slt",
|
||||
slug: "slt_blockfire",
|
||||
title: "SLT Blockfire",
|
||||
description: "products.catalog.blockdescription",
|
||||
image: "/images/products/category/slt.png",
|
||||
},
|
||||
{
|
||||
id: "ca",
|
||||
slug: "ca_fire_mech",
|
||||
title: "CA-FIRE | MECH",
|
||||
description: "products.catalog.cadescription",
|
||||
image: "/images/products/category/ca.png",
|
||||
},
|
||||
{
|
||||
id: "lede",
|
||||
slug: "lede",
|
||||
title: "LEDE",
|
||||
description: "products.catalog.lededescription",
|
||||
image: "/images/products/category/lede.png",
|
||||
},
|
||||
];
|
||||
|
||||
export const slt = [
|
||||
{
|
||||
id: 1,
|
||||
slug: "slt_bir_qavatli_quvr",
|
||||
name: "Bir qavatli PP-R quvuri (SDR 6) SLT BLOCKFIRE",
|
||||
description: "",
|
||||
image: "/images/products/slt/slt_blackfirebittalik-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
slug: "slt_yonginga_qarshi_45_burilish",
|
||||
name: "Yong‘inga qarshi polipropilenli 45° burilish",
|
||||
description: "",
|
||||
image: "/images/products/slt/slt_blackfireburilish-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
slug: "slt_otish_nuftasi",
|
||||
name: "SLT BLOCKFIRE PP-R o'tish muftasi BxH",
|
||||
description: "",
|
||||
image: "/images/products/slt/slt_blackfireperexodnaya-removebg-preview.png",
|
||||
},
|
||||
];
|
||||
|
||||
export const ca = [
|
||||
{
|
||||
id: 1,
|
||||
slug: "takozli_eshik_klapan",
|
||||
name: "Takozli eshik klapanlari",
|
||||
description: "",
|
||||
image: "/images/products/ca/zadviji-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
slug: "takozli_eshik_klapan",
|
||||
name: "Bosim Regulyatorlari",
|
||||
description: "",
|
||||
image: "/images/products/ca/regulyator-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
slug: "vites_kapalak_klapan",
|
||||
name: "Vites qutisi bilan kapalak klapanlar",
|
||||
description: "",
|
||||
image: "/images/products/ca/zatvori-removebg-preview.png",
|
||||
},
|
||||
];
|
||||
|
||||
export const lede = [
|
||||
{
|
||||
id: 1,
|
||||
slug: "tishli_tirsak",
|
||||
name: "Tishli tirsak 3j",
|
||||
description: "",
|
||||
image: "/images/products/lede/atvot_rezbavoy-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
slug: "yivli_flanes",
|
||||
name: "PN16 321 bo'lingan yivli birlashma flanesi",
|
||||
description: "",
|
||||
image: "/images/products/lede/flanes_nakidnoy-removebg-preview.png",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
slug: "qisqartiruvchi_tee",
|
||||
name: "130R o'yilgan qisqartiruvchi tee",
|
||||
description: "",
|
||||
image: "/images/products/lede/troynik_perexadnoy-removebg-preview.png",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user