feat: add Activities component with Swiper functionality and Partners component

This commit is contained in:
2025-07-17 11:39:19 +09:00
parent 0c815c53e2
commit 02389bf051
14 changed files with 387 additions and 169 deletions
+2
View File
@@ -1,3 +1,4 @@
import Activities from "@/components/Activities";
import Cover from "@/components/Cover";
import Events from "@/components/Events";
import Info from "@/components/Info";
@@ -15,6 +16,7 @@ export default function Home() {
<Video />
<Scheme />
<Events />
<Activities />
</main>
</>
);