Info text on landing page

This commit is contained in:
2025-06-29 17:38:53 +03:00
parent 2f6a88d224
commit 729fb26069
2 changed files with 17 additions and 1 deletions

View File

@@ -30,5 +30,11 @@
color: red; color: red;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
margin-top: 1rem; margin: 1rem;
}
.infoText {
color: #555;
text-align: center;
margin: 1rem;
} }

View File

@@ -34,6 +34,16 @@ export default function Landing() {
Tunnusta ei löydy. Ole hyvä ja tarkista tunnus. Tunnusta ei löydy. Ole hyvä ja tarkista tunnus.
</div> </div>
)} )}
<div className={styles.infoText}>
Kirjaudu sisään tilauksesi tunnuksella.
<br />
Ongelmatilanteissa voit ottaa yhteyttä asiakaspalvelumme
<br />
<a href="mailto:livonsaaren.osuuspuutarha@gmail.com">
livonsaaren.osuuspuutarha@gmail.com
</a>
</div>
</> </>
) : ( ) : (
<Calendar /> <Calendar />