Reorder landing page and change dates

This commit is contained in:
2026-04-29 23:17:08 +03:00
parent 14a90248c8
commit 6cb46f2873
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 /> */}