feat: add Scheme component for festival layout with buttons and map

This commit is contained in:
2025-07-16 18:10:19 +09:00
parent 82dea63163
commit 5e754ab800
7 changed files with 143 additions and 58 deletions
+2
View File
@@ -1,6 +1,7 @@
import Cover from "@/components/Cover";
import Info from "@/components/Info";
import Navbar from "@/components/Navbar";
import Scheme from "@/components/Scheme";
import Video from "@/components/Video";
export default function Home() {
@@ -11,6 +12,7 @@ export default function Home() {
<Cover />
<Info />
<Video />
<Scheme />
</main>
</>
);