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

165 lines
3.4 KiB
TypeScript
Raw Normal View History

2025-02-03 13:31:49 +00:00
export const navData = [
{
data: [
{
2025-02-07 13:39:14 +00:00
title: "Путеводитель",
2025-02-03 13:31:49 +00:00
link: "",
},
2025-02-07 13:39:14 +00:00
{
title: "Новости",
dropDown: true,
2025-02-08 07:45:32 +00:00
dropDownContent: [
{
text: "Новости",
link: "",
},
{ text: "Подписаться на новости" },
],
},
{
title: "Контакты",
link: "/contacts",
2025-02-07 13:39:14 +00:00
},
2025-02-03 13:31:49 +00:00
{
title: "О выставке",
2025-02-08 07:45:32 +00:00
dropDown: true,
dropDownContent: [
{
text: "О выставке",
link: "/about",
},
{
text: "Медиа",
link: "",
},
],
2025-02-03 13:31:49 +00:00
},
{
title: "Посетителям",
2025-02-08 07:45:32 +00:00
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,
},
],
2025-02-03 13:31:49 +00:00
},
{
2025-02-08 07:45:32 +00:00
title: "Участникам",
dropdown: true,
dropDownContent: [
{
text: "Забронировать стенд",
link: "/stend-form",
},
{
text: "Почему стоить участвовать?",
link: "",
},
{
text: "Тематические разделы ",
link: "",
},
],
2025-02-03 13:31:49 +00:00
},
],
},
{
data: [
{
2025-02-08 07:45:32 +00:00
title: "Travel Guide",
2025-02-03 13:31:49 +00:00
link: "",
},
{
title: "Contacts",
link: "/contacts",
},
2025-02-07 13:39:14 +00:00
{
title: "News",
dropDown: true,
2025-02-08 07:45:32 +00:00
dropDownContent: [
{ text: "News", link: "" },
{ text: "Subscribe to the news" },
],
2025-02-07 13:39:14 +00:00
},
2025-02-03 13:31:49 +00:00
{
title: "About exhibition",
2025-02-08 07:45:32 +00:00
dropDown: true,
dropDownContent: [
{
text: "About exhibition",
link: "/about",
},
{
text: "Media",
link: "",
},
],
2025-02-03 13:31:49 +00:00
},
{
2025-02-08 07:45:32 +00:00
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,
},
],
2025-02-03 13:31:49 +00:00
},
{
2025-02-08 07:45:32 +00:00
title: "Exhibitors",
dropDown: true,
dropDownContent: [
{
text: "Book a stand",
link: "/stend-form",
},
{
text: "Why exhibit?",
link: "",
},
{
text: "Thematic areas of the exhibition",
link: "",
},
],
2025-02-03 13:31:49 +00:00
},
],
},
];