Workshop page

This commit is contained in:
2022-07-18 22:38:50 +03:00
parent 0cbd3ee89d
commit 6f50d0cf2f
4 changed files with 82 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import Info from './info';
import styles from '../styles/Index.module.scss';
import Lead from './components/Lead';
import Collaboration from './components/Collaboration';
import Workshops from './workshops';
const Home: NextPage = () => {
return (
@@ -13,6 +14,7 @@ const Home: NextPage = () => {
<Lead />
<Performers />
<Program />
<Workshops />
<Info />
<Collaboration />
</div>