Lead paragraph

This commit is contained in:
2022-06-20 21:27:44 +03:00
parent ae76fb75d7
commit 9edd961865
3 changed files with 54 additions and 0 deletions

View File

@@ -5,10 +5,13 @@ import Info from './info';
import Archive from './archive';
import Safety from './safety';
import styles from '../styles/Index.module.scss';
import Lead from './components/Lead';
const Home: NextPage = () => {
return (
<div className={styles.indexContainer}>
<h1>Runosaari 2022</h1>
<Lead />
<Performers />
<Program />
<Info />