turkmen-textile-front/src/data/header.data.ts

165 lines
3.4 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.

export const navData = [
{
data: [
{
title: "Путеводитель",
link: "",
},
{
title: "Новости",
dropDown: true,
dropDownContent: [
{
text: "Новости",
link: "",
},
{ text: "Подписаться на новости" },
],
},
{
title: "Контакты",
link: "/contacts",
},
{
title: "О выставке",
dropDown: true,
dropDownContent: [
{
text: "О выставке",
link: "/about",
},
{
text: "Медиа",
link: "",
},
],
},
{
title: "Посетителям",
dropDown: true,
dropDownContent: [
{
text: "Почему стоит посетить?",
link: "",
blank: true,
},
{
text: "Список участников",
link: "",
blank: true,
},
{
text: "Путеводитель",
link: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/travel_guide/Travel_guide_ru.pdf",
blank: true,
},
],
},
{
title: "Участникам",
dropdown: true,
dropDownContent: [
{
text: "Забронировать стенд",
link: "/stend-form",
},
{
text: "Почему стоить участвовать?",
link: "",
},
{
text: "Тематические разделы ",
link: "",
},
],
},
],
},
{
data: [
{
title: "Travel Guide",
link: "",
},
{
title: "Contacts",
link: "/contacts",
},
{
title: "News",
dropDown: true,
dropDownContent: [
{ text: "News", link: "" },
{ text: "Subscribe to the news" },
],
},
{
title: "About exhibition",
dropDown: true,
dropDownContent: [
{
text: "About exhibition",
link: "/about",
},
{
text: "Media",
link: "",
},
],
},
{
title: "Visitors",
dropDown: true,
dropDownContent: [
{
text: "Why visit?",
link: "",
},
{
text: "List of Participants",
link: "",
blank: true,
},
{
text: "Programme",
link: "",
blank: true,
},
{
text: "Travel Guide",
link: "https://turkmentextile.turkmenexpo.com/app/storage/app/media/travel_guide/Travel_guide_ru.pdf",
blank: true,
},
],
},
{
title: "Exhibitors",
dropDown: true,
dropDownContent: [
{
text: "Book a stand",
link: "/stend-form",
},
{
text: "Why exhibit?",
link: "",
},
{
text: "Thematic areas of the exhibition",
link: "",
},
],
},
],
},
];