Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-12-03 16:17:00 +09:00
parent 2a7e29875c
commit 7b96acc65f
3 changed files with 20 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

+18 -1
View File
@@ -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% {
+1 -1
View File
@@ -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>