Refactor code structure for improved readability and maintainability
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -150,6 +150,22 @@ function Cover() {
|
||||
priority
|
||||
/>
|
||||
</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 className="flex justify-center items-center">
|
||||
@@ -218,7 +234,8 @@ function Cover() {
|
||||
}
|
||||
|
||||
@keyframes pulse-glow {
|
||||
0%, 100% {
|
||||
0%,
|
||||
100% {
|
||||
box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
50% {
|
||||
|
||||
@@ -92,7 +92,7 @@ function Info() {
|
||||
|
||||
<div className="flex-col max-w-10/12">
|
||||
<p className="text-white text-base md:text-4xl font-normal">
|
||||
Организованный Департаментом спорта города Москвы и РАФ, он объединяет
|
||||
Организованный Департаментом спорта города Москвы, он объединяет
|
||||
фанатов скорости и семьи.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user