Reorder landing page and change dates
This commit is contained in:
@@ -7,7 +7,7 @@ const Lead = () => {
|
|||||||
<h2 className={styles.leadTitle}>
|
<h2 className={styles.leadTitle}>
|
||||||
Runofestivaali saariston sylissä!
|
Runofestivaali saariston sylissä!
|
||||||
<span className={styles.dateAndPlace}>
|
<span className={styles.dateAndPlace}>
|
||||||
11. - 13.6.2026
|
12. - 13.6.2026
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ const Index = () => {
|
|||||||
<div className={styles.indexContainer}>
|
<div className={styles.indexContainer}>
|
||||||
<h1>Runosaari</h1>
|
<h1>Runosaari</h1>
|
||||||
<Lead />
|
<Lead />
|
||||||
|
<Program />
|
||||||
<Performers />
|
<Performers />
|
||||||
<Collaboration />
|
<Collaboration />
|
||||||
<Program />
|
|
||||||
{/* <Workshops /> */}
|
{/* <Workshops /> */}
|
||||||
{/* <Info /> */}
|
{/* <Info /> */}
|
||||||
{/* <Archive /> */}
|
{/* <Archive /> */}
|
||||||
|
|||||||
Reference in New Issue
Block a user