84 lines
2.3 KiB
TypeScript
84 lines
2.3 KiB
TypeScript
export const homeTheme = [
|
|
{
|
|
title: "Тематические направления выставки",
|
|
bottom_text: `
|
|
Участники смогут продемонстрировать свои инновационные решения, наладить взаимовыгодные партнерства и выйти на новые рынки.`,
|
|
|
|
data: [
|
|
{
|
|
title: "Текстильные машины и оборудование",
|
|
img: "/theme/1.svg",
|
|
},
|
|
{
|
|
title: "Одежда, обувь, кожаные изделия",
|
|
img: "/theme/2.svg",
|
|
},
|
|
{
|
|
title: "Переработка натуральных волокон",
|
|
img: "/theme/3.svg",
|
|
},
|
|
{
|
|
title: "Домашний текстиль и эко-текстиль",
|
|
img: "/theme/4.svg",
|
|
},
|
|
{
|
|
title: "Запасные части и вспомогательные материалы",
|
|
img: "/theme/5.svg",
|
|
},
|
|
{
|
|
title: "Химические средства и красители",
|
|
img: "/theme/6.svg",
|
|
},
|
|
{
|
|
title: "Аксессуары и швейная фурнитура",
|
|
img: "/theme/7.svg",
|
|
},
|
|
{
|
|
title: "Мода и дизайн",
|
|
img: "/theme/8.svg",
|
|
},
|
|
],
|
|
},
|
|
|
|
{
|
|
title: "Thematic areas of the exhibition",
|
|
bottom_text: `
|
|
Participants will be able to showcase innovative solutions, establish mutually beneficial partnerships, and enter new markets.`,
|
|
|
|
data: [
|
|
{
|
|
title: "Textile machinery and equipment",
|
|
img: "/theme/1.svg",
|
|
},
|
|
{
|
|
title: "Clothing, footwear, leather goods",
|
|
img: "/theme/2.svg",
|
|
},
|
|
{
|
|
title: "Natural fibre processing",
|
|
img: "/theme/3.svg",
|
|
},
|
|
{
|
|
title: "Home textiles and eco-textiles",
|
|
img: "/theme/4.svg",
|
|
},
|
|
{
|
|
title: "Spare parts and auxiliary materials",
|
|
img: "/theme/5.svg",
|
|
},
|
|
{
|
|
title: "Chemicals and dyes",
|
|
img: "/theme/6.svg",
|
|
},
|
|
{
|
|
title: "Accessories and sewing supplies",
|
|
img: "/theme/7.svg",
|
|
},
|
|
{
|
|
title: "Fashion and design",
|
|
img: "/theme/8.svg",
|
|
},
|
|
],
|
|
},
|
|
];
|