feat: add Events component with EventCard for displaying event details

This commit is contained in:
2025-07-16 23:09:26 +09:00
parent 5e754ab800
commit 0c815c53e2
9 changed files with 192 additions and 9 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ function Video() {
}}
>
<img
className="absolute top-0 object-cover"
className="absolute top-0 right-0 object-cover"
src="/images/video/arrows.svg"
alt="Lines"
/>
@@ -86,7 +86,7 @@ function Video() {
</div>
<img
className="absolute bottom-0"
className="absolute bottom-0 object-cover"
src="/images/video/paper_tear.png"
alt="Paper tear"
/>