diff --git a/public/СХЕМА ПРОЕЗДА-1.pdf b/public/СХЕМА ПРОЕЗДА-1.pdf
new file mode 100644
index 0000000..91a6483
Binary files /dev/null and b/public/СХЕМА ПРОЕЗДА-1.pdf differ
diff --git a/src/components/Events.tsx b/src/components/Events.tsx
index 3f44583..c1309da 100644
--- a/src/components/Events.tsx
+++ b/src/components/Events.tsx
@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @next/next/no-img-element */
import { fluxgore, gothampro } from "@/utils/fonts";
import Button from "./Button";
@@ -22,7 +23,7 @@ function EventCard(props: EventCardProps) {
if (props.link.startsWith("http")) {
window.open(props.link, "_blank");
} else {
- router.push(props.link);
+ window.open(props.link, "_blank");
}
}
};
@@ -142,9 +143,7 @@ function Events() {
-
- Во второй день фестиваля, 8 сентября, пройдет дрифт-гонка.
-
+
В воскресенье, 7 сентября, пройдет дрифт-гонка.
@@ -172,7 +171,7 @@ function Events() {
description={
<>
- ...Уникальные машины, дрифт-кары, кастом и тюнинг — в одном
+ Уникальные машины, дрифт-кары, кастом и тюнинг — в одном
месте. От ретро до hi-tech, от stance до muscle. Приходи
посмотреть, сфотографировать и пообщаться с владельцами.
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index cff7eae..3de6c85 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -58,7 +58,7 @@ function Footer() {
-
+ {/*
-
+ */}
@@ -91,18 +91,18 @@ function Footer() {
>
YUKA Drive Fest
- scrollToElement("exhibition")}
+ className={`${gothampro.className} text-sm md:text-base text-[#E6E6E6] opacity-60 hover:text-blue-500 transition-colors duration-200 text-left`}
>
ЭКСПО
-
- */}
scrollToElement("moscow_fight")}
className={`${gothampro.className} text-sm md:text-base text-[#E6E6E6] opacity-60 hover:text-blue-500 transition-colors duration-200 text-left`}
@@ -125,12 +125,12 @@ function Footer() {
>
О фестивале
-
Программа
-
+ */}
@@ -141,12 +141,12 @@ function Footer() {
УЧАСТИЕ
- Организованный Департаментом спорта Москвы и РАФ, он объединяет
+ Организованный Департаментом спорта города Москвы и РАФ, он объединяет
фанатов скорости и семьи.
diff --git a/src/components/Map.tsx b/src/components/Map.tsx
index 413f494..ee83532 100644
--- a/src/components/Map.tsx
+++ b/src/components/Map.tsx
@@ -25,7 +25,14 @@ function Map() {