@@ -2,17 +2,18 @@ import Performers from './Performers';
|
||||
import Program from './Program';
|
||||
import styles from '../../styles/Index.module.scss';
|
||||
import Lead from '../components/Lead';
|
||||
import Collaboration from '../components/Collaboration';
|
||||
|
||||
const Index = () => {
|
||||
return (
|
||||
<div className={styles.indexContainer}>
|
||||
<h1>Runosaari</h1>
|
||||
<Lead />
|
||||
<Program />
|
||||
<Performers />
|
||||
<Collaboration />
|
||||
<Program />
|
||||
{/* <Workshops /> */}
|
||||
{/* <Info /> */}
|
||||
{/* <Collaboration /> */}
|
||||
{/* <Archive /> */}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user