Hibernate page until the next year
This commit is contained in:
@@ -5,18 +5,24 @@ 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';
|
||||
// import Workshops from './workshops';
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<div className={styles.indexContainer}>
|
||||
<h1>Runosaari 2023</h1>
|
||||
<Lead />
|
||||
<Performers />
|
||||
<Program />
|
||||
{/* <Workshops /> // No workshops on 2023 */}
|
||||
<Info />
|
||||
<Collaboration />
|
||||
<h1>Runosaari kiittää!</h1>
|
||||
<h2>
|
||||
Tervetuloa seuraavaan Runosaareen <span>13.—15.6.2024</span>
|
||||
</h2>
|
||||
{/* Pages hidden until next year
|
||||
<Lead />
|
||||
<Performers />
|
||||
<Program />
|
||||
<Workshops />
|
||||
<Info />
|
||||
<Collaboration />
|
||||
*/}
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user