62 lines
1.4 KiB
TypeScript
62 lines
1.4 KiB
TypeScript
export const contacts = [
|
|
{
|
|
data: [
|
|
{
|
|
title: "contact@turkmenexpo.com",
|
|
subtitle: "Адрес электронной почты",
|
|
img: "/contacts/home/mail.svg",
|
|
},
|
|
{
|
|
title: "здание ТПП Туркменистана",
|
|
subtitle: "Адрес выставки",
|
|
img: "/contacts/home/location.svg",
|
|
},
|
|
{
|
|
title: "+99371871812; 99363719588",
|
|
subtitle: "Контактный номер",
|
|
img: "/contacts/home/mobile.svg",
|
|
},
|
|
],
|
|
},
|
|
|
|
{
|
|
data: [
|
|
{
|
|
title: "contact@turkmenexpo.com",
|
|
subtitle: "Email",
|
|
img: "/contacts/home/mail.svg",
|
|
},
|
|
{
|
|
title: "Building of the CCI of Turkmenistan",
|
|
subtitle: "Exhibition address",
|
|
img: "/contacts/home/location.svg",
|
|
},
|
|
{
|
|
title: "+99371871812; 99363719588",
|
|
subtitle: "Contact Number",
|
|
img: "/contacts/home/mobile.svg",
|
|
},
|
|
],
|
|
},
|
|
|
|
{
|
|
data: [
|
|
{
|
|
title: "contact@turkmenexpo.com",
|
|
subtitle: "Elektron poçtanyň salgysy",
|
|
img: "/contacts/home/mail.svg",
|
|
},
|
|
{
|
|
title: "Türkmenistanyň SSE-nyň binasy",
|
|
subtitle: "Serginiň salgysy",
|
|
img: "/contacts/home/location.svg",
|
|
},
|
|
{
|
|
title: "+99371871812; 99363719588",
|
|
subtitle: "Habarlaşmak üçin belgiler",
|
|
img: "/contacts/home/mobile.svg",
|
|
},
|
|
],
|
|
},
|
|
];
|