diff --git a/public/events/cart.png b/public/events/cart.png
new file mode 100644
index 0000000..5cc6d63
Binary files /dev/null and b/public/events/cart.png differ
diff --git a/public/events/moscow_fight.png b/public/events/moscow_fight.png
new file mode 100644
index 0000000..f8514c2
Binary files /dev/null and b/public/events/moscow_fight.png differ
diff --git a/public/events/moto.png b/public/events/moto.png
new file mode 100644
index 0000000..6b2e6bc
Binary files /dev/null and b/public/events/moto.png differ
diff --git a/public/images/activities/race_taxi.png b/public/images/activities/race_taxi.png
new file mode 100644
index 0000000..80313f2
Binary files /dev/null and b/public/images/activities/race_taxi.png differ
diff --git a/public/images/activities/taxi.png b/public/images/activities/taxi.png
new file mode 100644
index 0000000..afa5f88
Binary files /dev/null and b/public/images/activities/taxi.png differ
diff --git a/public/images/cover_text.png b/public/images/cover_text.png
new file mode 100644
index 0000000..678bd7b
Binary files /dev/null and b/public/images/cover_text.png differ
diff --git a/public/images/cover_text_mobile.png b/public/images/cover_text_mobile.png
new file mode 100644
index 0000000..bbd240c
Binary files /dev/null and b/public/images/cover_text_mobile.png differ
diff --git a/src/components/Activities.tsx b/src/components/Activities.tsx
index e35305d..caf64ff 100644
--- a/src/components/Activities.tsx
+++ b/src/components/Activities.tsx
@@ -22,7 +22,7 @@ function SwiperButton({
onClick={onClick}
disabled={disabled}
className={`
- w-12 h-12
+ w-10 h-10 sm:w-12 sm:h-12
border border-gray-200
transition-colors duration-200
flex items-center justify-center
@@ -35,19 +35,19 @@ function SwiperButton({
`}
aria-label={direction === "next" ? "Next slide" : "Previous slide"}
>
-
+
);
}
function Slide({ title, imageSrc }: { title: string; imageSrc: string }) {
return (
-
+
+
{props.description}
- [Для участия в соревнованиях нажмите кнопку регистрация]