diff --git a/src/app/articles/page.tsx b/src/app/articles/page.tsx index 5e299a0..b733eaf 100644 --- a/src/app/articles/page.tsx +++ b/src/app/articles/page.tsx @@ -12,13 +12,13 @@ export default function LandingPage() { @@ -33,14 +33,16 @@ export default function LandingPage() { name: "Маршруты", id: "/routes"}, { name: "Нейрогид", id: "/neuroguide"}, - { - name: "Статьи", id: "/articles"}, { name: "События", id: "/events"}, { name: "Карта", id: "/map"}, + { + name: "Статьи", id: "/articles"}, { name: "Партнёрам", id: "/partner"}, + { + name: "FAQ", id: "/faq"}, { name: "Войти", id: "/login"}, ]} @@ -102,12 +104,12 @@ export default function LandingPage() { label: "Маршруты", href: "/routes"}, { label: "Нейрогид", href: "/neuroguide"}, - { - label: "Статьи", href: "/articles"}, { label: "События", href: "/events"}, { label: "Карта", href: "/map"}, + { + label: "Статьи", href: "/articles"}, ], }, { @@ -139,10 +141,10 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2024 ООО «НЕЙРОСИСТЕМЫ». Все права защищены." + copyrightText="© 2024 Анапа.Гид. Все права защищены." /> ); -} +} \ No newline at end of file diff --git a/src/app/how-to-get/page.tsx b/src/app/how-to-get/page.tsx index e01cd4c..7e8d936 100644 --- a/src/app/how-to-get/page.tsx +++ b/src/app/how-to-get/page.tsx @@ -12,13 +12,13 @@ export default function LandingPage() { @@ -26,38 +26,28 @@ export default function LandingPage() { ); -} +} \ No newline at end of file