Refactor code structure for improved readability and maintainability
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -105,7 +105,7 @@ function Cover() {
|
|||||||
priority
|
priority
|
||||||
quality={85}
|
quality={85}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
src="/images/KV_mobile.png"
|
src="/images/KV_mobile.png"
|
||||||
alt="Tech fest background mobile"
|
alt="Tech fest background mobile"
|
||||||
@@ -150,6 +150,22 @@ function Cover() {
|
|||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex justify-end mt-10 md:mt-0">
|
||||||
|
<Image
|
||||||
|
src="/images/danger.png"
|
||||||
|
alt="free_entry"
|
||||||
|
width={265}
|
||||||
|
height={232}
|
||||||
|
className="w-32 md:w-40 animate-slide-in-left"
|
||||||
|
style={{
|
||||||
|
animationDelay: "0.4s",
|
||||||
|
animationFillMode: "both",
|
||||||
|
transform: "rotate(15deg)",
|
||||||
|
}}
|
||||||
|
priority
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex justify-center items-center">
|
<div className="flex justify-center items-center">
|
||||||
@@ -218,7 +234,8 @@ function Cover() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes pulse-glow {
|
@keyframes pulse-glow {
|
||||||
0%, 100% {
|
0%,
|
||||||
|
100% {
|
||||||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
|
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ function Info() {
|
|||||||
|
|
||||||
<div className="flex-col max-w-10/12">
|
<div className="flex-col max-w-10/12">
|
||||||
<p className="text-white text-base md:text-4xl font-normal">
|
<p className="text-white text-base md:text-4xl font-normal">
|
||||||
Организованный Департаментом спорта города Москвы и РАФ, он объединяет
|
Организованный Департаментом спорта города Москвы, он объединяет
|
||||||
фанатов скорости и семьи.
|
фанатов скорости и семьи.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user