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
View File
@@ -1,4 +1,5 @@
import Cover from "@/components/Cover";
import Events from "@/components/Events";
import Info from "@/components/Info";
import Navbar from "@/components/Navbar";
import Scheme from "@/components/Scheme";
@@ -13,6 +14,7 @@ export default function Home() {
<Info />
<Video />
<Scheme />
<Events />
</main>
</>
);