feat: add Scheme component for festival layout with buttons and map
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user