Blank page for year 2026

This commit is contained in:
2026-04-13 20:11:33 +03:00
parent 488a439c7d
commit f3b4f08b4f
6 changed files with 88 additions and 10 deletions

View File

@@ -16,7 +16,9 @@ const Program = () => {
return (
<section className={shared.page}>
<h1 id='program-start'>Ohjelma</h1>
<p className={styles.programTimeAndPlace}>
<i className={shared.moreInfoLaterText}>Lisätietoja tulossa myöhemmin...</i>
{/* <p className={styles.programTimeAndPlace}>
Torstai 12.6. klo 18-21 <span className={styles.locationName}>Palva</span>
</p>
<h2 className={styles.placeTitle}>
@@ -67,7 +69,7 @@ const Program = () => {
<li>Milagros Corcuera</li>
</ul>
<hr className={styles.programHr} />
<hr className={styles.programHr} /> */}
</section>
);