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}>
Runofestivaali saariston sylissä!
<span className={styles.dateAndPlace}>
11. - 13.6.2026
12. - 13.6.2026
</span>
</h2>
</div>

View File

@@ -9,9 +9,9 @@ const Index = () => {
<div className={styles.indexContainer}>
<h1>Runosaari</h1>
<Lead />
<Program />
<Performers />
<Collaboration />
<Program />
{/* <Workshops /> */}
{/* <Info /> */}
{/* <Archive /> */}