diff --git a/src/components/Lead.tsx b/src/components/Lead.tsx
index 0355741..f280f2e 100644
--- a/src/components/Lead.tsx
+++ b/src/components/Lead.tsx
@@ -5,10 +5,7 @@ const Lead = () => {
return (
- Runofestivaali saariston sylissä!
-
- 12. - 13.6.2026
-
+ Kiitos tämän vuoden Runosaaresta! Tervetuloa taas ensi vuonna 3.-5.6.2027
);
diff --git a/src/pages/Archive.tsx b/src/pages/Archive.tsx
index 00390aa..90ef781 100644
--- a/src/pages/Archive.tsx
+++ b/src/pages/Archive.tsx
@@ -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 = {
+ 2026: PerformersData2026,
2025: PerformersData2025,
2024: PerformersData2024,
2023: PerformersData2023,
diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 6ed92ac..d05a716 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -9,9 +9,9 @@ const Index = () => {
Runosaari
-
-
-
+ {/*
*/}
+ {/*
*/}
+ {/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}