Add thank you -message and dates for next year

This commit is contained in:
2026-06-15 22:56:16 +03:00
parent 852ccb51da
commit 38894d05d3
3 changed files with 6 additions and 7 deletions

View File

@@ -5,10 +5,7 @@ const Lead = () => {
return (
<div className={styles.leadContainer}>
<h2 className={styles.leadTitle}>
Runofestivaali saariston sylissä!
<span className={styles.dateAndPlace}>
12. - 13.6.2026
</span>
Kiitos tämän vuoden Runosaaresta! Tervetuloa taas ensi vuonna 3.-5.6.2027
</h2>
</div>
);

View File

@@ -7,6 +7,7 @@ import PerformersData2022 from '../../data/performers/2022';
import PerformersData2023 from '../../data/performers/2023';
import PerformersData2024 from '../../data/performers/2024';
import PerformersData2025 from '../../data/performers/2025';
import PerformersData2026 from '../../data/performers/2026';
import Performer from '../../types/Performer';
import { BiChevronDown, BiChevronLeft } from 'react-icons/bi';
@@ -15,6 +16,7 @@ interface PerformerCard extends Performer {
}
const dataByYear: Record<number, Performer[]> = {
2026: PerformersData2026,
2025: PerformersData2025,
2024: PerformersData2024,
2023: PerformersData2023,

View File

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