Add gift wishes
This commit is contained in:
@@ -13,29 +13,30 @@ export const Info = () => {
|
|||||||
<h1>
|
<h1>
|
||||||
<FormattedMessage id='main.info' />
|
<FormattedMessage id='main.info' />
|
||||||
</h1>
|
</h1>
|
||||||
|
<h2 id='location'>
|
||||||
<h2>
|
|
||||||
<FormattedMessage id='main.info.location' />
|
<FormattedMessage id='main.info.location' />
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id='main.info.location.desc' />
|
<FormattedMessage id='main.info.location.desc' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className='Info-imageContainer'>
|
<div className='Info-imageContainer'>
|
||||||
<img src={seurantalo} alt='seurantalo' />
|
<img src={seurantalo} alt='seurantalo' />
|
||||||
</div>
|
</div>
|
||||||
|
<h2 id='dresscode'>
|
||||||
<h2>
|
|
||||||
<FormattedMessage id='main.info.dresscode' />
|
<FormattedMessage id='main.info.dresscode' />
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id='main.info.dresscode.desc' />
|
<FormattedMessage id='main.info.dresscode.desc' />
|
||||||
</p>
|
</p>
|
||||||
|
<h2 id='gifts'>
|
||||||
<h2>
|
<FormattedMessage id='main.info.gifts' />
|
||||||
|
</h2>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage id='main.info.gifts.desc' />
|
||||||
|
</p>
|
||||||
|
<h2 id='accomodation'>
|
||||||
<FormattedMessage id='main.info.accomodation' />
|
<FormattedMessage id='main.info.accomodation' />
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<a href='https://oldsmuggler.fi/palvelut/mokit/'>
|
<a href='https://oldsmuggler.fi/palvelut/mokit/'>
|
||||||
<h3>
|
<h3>
|
||||||
<FormattedMessage id='main.info.vanhaSalakuljettaja' />
|
<FormattedMessage id='main.info.vanhaSalakuljettaja' />
|
||||||
@@ -47,7 +48,6 @@ export const Info = () => {
|
|||||||
<p>
|
<p>
|
||||||
<FormattedMessage id='main.info.vanhaSalakuljettaja.desc' />
|
<FormattedMessage id='main.info.vanhaSalakuljettaja.desc' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href='https://vaihela.fi/'>
|
<a href='https://vaihela.fi/'>
|
||||||
<h3>
|
<h3>
|
||||||
<FormattedMessage id='main.info.vaihela' />
|
<FormattedMessage id='main.info.vaihela' />
|
||||||
@@ -59,7 +59,6 @@ export const Info = () => {
|
|||||||
<p>
|
<p>
|
||||||
<FormattedMessage id='main.info.vaihela.desc' />
|
<FormattedMessage id='main.info.vaihela.desc' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href='https://www.livonsaarencaravan.fi/mokit'>
|
<a href='https://www.livonsaarencaravan.fi/mokit'>
|
||||||
<h3>
|
<h3>
|
||||||
<FormattedMessage id='main.info.livonsaariCaravan' />
|
<FormattedMessage id='main.info.livonsaariCaravan' />
|
||||||
@@ -71,8 +70,7 @@ export const Info = () => {
|
|||||||
<p>
|
<p>
|
||||||
<FormattedMessage id='main.info.livonsaariCaravan.desc' />
|
<FormattedMessage id='main.info.livonsaariCaravan.desc' />
|
||||||
</p>
|
</p>
|
||||||
|
<h2 id='services'>
|
||||||
<h2>
|
|
||||||
<FormattedMessage id='main.info.services' />
|
<FormattedMessage id='main.info.services' />
|
||||||
</h2>
|
</h2>
|
||||||
<a href='https://livonsaarenosuuskauppa.fi/'>
|
<a href='https://livonsaarenosuuskauppa.fi/'>
|
||||||
|
|||||||
@@ -14,7 +14,10 @@ export const main: Record<string, string> = {
|
|||||||
"main.info.location.desc": "Wedding is located in Naantali on Livonsaari.\nVelkuantie 987, 21180 Livonsaari",
|
"main.info.location.desc": "Wedding is located in Naantali on Livonsaari.\nVelkuantie 987, 21180 Livonsaari",
|
||||||
|
|
||||||
"main.info.dresscode": "Dress code",
|
"main.info.dresscode": "Dress code",
|
||||||
"main.info.dresscode.desc": "Archipelago wedding",
|
"main.info.dresscode.desc": "Countryside wedding with archipelago twist",
|
||||||
|
|
||||||
|
"main.info.gifts": "Gift suggestions",
|
||||||
|
"main.info.gifts.desc": "Best gift for us is your presence... but boost to our traveling and house renovation budget would be welcomed.",
|
||||||
|
|
||||||
"main.info.accomodation": "Accomodation",
|
"main.info.accomodation": "Accomodation",
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,10 @@ export const main: Record<string, string> = {
|
|||||||
"main.info.location.desc": "Juhlapaikka sijaitsee Naantalissa Livonsaarella osoitteessa:\nVelkuantie 987, 21180 Livonsaari",
|
"main.info.location.desc": "Juhlapaikka sijaitsee Naantalissa Livonsaarella osoitteessa:\nVelkuantie 987, 21180 Livonsaari",
|
||||||
|
|
||||||
"main.info.dresscode": "Pukukoodi",
|
"main.info.dresscode": "Pukukoodi",
|
||||||
"main.info.dresscode.desc": "Saaristohäät",
|
"main.info.dresscode.desc": "Maalaishäät saaristoteemalla",
|
||||||
|
|
||||||
|
"main.info.gifts": "Lahjatoive",
|
||||||
|
"main.info.gifts.desc": "Tärkeintä on tietenkin, että pääset paikalle, mutta lisä talonremontointi- ja matkailubudjettiimme on toki aina tervetullutta.",
|
||||||
|
|
||||||
"main.info.accomodation": "Majoitus",
|
"main.info.accomodation": "Majoitus",
|
||||||
|
|
||||||
|
|||||||
@@ -10,11 +10,14 @@ export const main: Record<string, string> = {
|
|||||||
"main.welcome": "Tervetuloa! Welcome! Vitajte!",
|
"main.welcome": "Tervetuloa! Welcome! Vitajte!",
|
||||||
|
|
||||||
"main.info": "Info",
|
"main.info": "Info",
|
||||||
"main.info.location": "Location",
|
"main.info.location": "Miesto",
|
||||||
"main.info.location.desc": "Svadba sa koná vo Fínsku v Livonsaari.\nVelkuantie 987, 21180 Livonsaari",
|
"main.info.location.desc": "Svadba sa koná vo Fínsku v Livonsaari.\nVelkuantie 987, 21180 Livonsaari",
|
||||||
|
|
||||||
"main.info.dresscode": "Dress code",
|
"main.info.dresscode": "Dress code",
|
||||||
"main.info.dresscode.desc": "Archipelago wedding",
|
"main.info.dresscode.desc": "Countryside wedding with archipelago twist",
|
||||||
|
|
||||||
|
"main.info.gifts": "Tip na darček",
|
||||||
|
"main.info.gifts.desc": "Najviac nás poteší Vaša prítomnosť, uvítame však aj podporu rozpočtu na cestovanie a renováciu domu.",
|
||||||
|
|
||||||
"main.info.accomodation": "Ubytovanie",
|
"main.info.accomodation": "Ubytovanie",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user