Updated program
This commit is contained in:
@@ -6,14 +6,14 @@ const Lead = () => {
|
||||
<div className={styles.leadContainer}>
|
||||
<h2 className={styles.leadTitle}>
|
||||
<span className={styles.dateAndPlace}>
|
||||
19.-22.7. Naantalin Saaristo
|
||||
20.-22.7. Naantalin Saaristo
|
||||
</span>
|
||||
Eksymisretki omaan luontoosi, metsänpeiton suojaan!
|
||||
</h2>
|
||||
<p className={styles.leadText}>
|
||||
Runosaari on poikkitaiteellinen runofestivaali Livonsaaren, Palvan ja
|
||||
Velkuanmaan saarissa. Festivaali järjestetään kolmatta kertaa
|
||||
19.-22.7.2023.
|
||||
20.-22.7.2023.
|
||||
</p>
|
||||
<p className={styles.leadText}>
|
||||
Tapahtuma kutsuu Naantalin saaristoon joukon valovoimaisia ja
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
import React, { useState } from 'react';
|
||||
import { BiChevronDown, BiChevronLeft } from 'react-icons/bi';
|
||||
import styles from '../styles/Program.module.scss';
|
||||
import { FiExternalLink } from 'react-icons/fi';
|
||||
import shared from '../styles/Shared.module.scss';
|
||||
import { CSSTransition } from 'react-transition-group';
|
||||
import Link from 'next/link';
|
||||
|
||||
interface DayToggles {
|
||||
wed: boolean;
|
||||
@@ -31,7 +28,29 @@ const Program = () => {
|
||||
return (
|
||||
<section className={shared.page}>
|
||||
<h1 id='program-start'>Ohjelma</h1>
|
||||
<i className={shared.followNote}>Lisätietoja tulossa myöhemmin...</i>
|
||||
|
||||
<h2>
|
||||
20.7. Cafe Laituri{' '}
|
||||
<a href='https://www.cafelaituri.fi'>
|
||||
<FiExternalLink fontSize={20} />
|
||||
</a>
|
||||
</h2>
|
||||
<p>Voiponlahdentie 37, Palva</p>
|
||||
<h2>
|
||||
21.7. Vaihela{' '}
|
||||
<a href='https://vaihela.fi/'>
|
||||
<FiExternalLink fontSize={20} />
|
||||
</a>
|
||||
</h2>
|
||||
<p> Velkuanmaantie 168, Palva</p>
|
||||
<h2>
|
||||
22.7. Sinervon talo{' '}
|
||||
<a href='https://www.prosinervo.com/'>
|
||||
<FiExternalLink fontSize={20} />
|
||||
</a>
|
||||
</h2>
|
||||
<p style={{ marginBottom: 50 }}>Sauniementie 5, Teersalo</p>
|
||||
<i className={shared.followNote}>Ohjelmaa päivitetään...</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user