PostService section + little tweaking
This commit is contained in:
@@ -39,7 +39,7 @@ export const Contact = () => {
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<span className={styles.separator} />
|
||||
<span className='separator' />
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -15,9 +15,7 @@ export const Header = () => {
|
||||
width={528}
|
||||
height={237}
|
||||
/>
|
||||
<span className={styles.subTitleText}>
|
||||
Kauppa&Ravintola&Kahvila&Baari
|
||||
</span>
|
||||
<h1 className={styles.subTitleText}>Kauppa&Ravintola&Kahvila&Baari</h1>
|
||||
</header>
|
||||
);
|
||||
};
|
||||
|
||||
20
components/PostService.tsx
Normal file
20
components/PostService.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
import React from 'react';
|
||||
import styles from '../styles/PostService.module.scss';
|
||||
|
||||
export const PostService = () => {
|
||||
return (
|
||||
<section className={styles.mainContainer}>
|
||||
<h1 className={styles.title}>Postin automaattipalvelu</h1>
|
||||
<p className={styles.desc}>
|
||||
Lähetä tai nouda paketti Postin pakettiautomaatista Livonsaaren
|
||||
Osuuskaupasta
|
||||
</p>
|
||||
<span className={styles.info}>ma-la 12:00-19:00</span>
|
||||
<span className={styles.info}>Velkuantie 988, 21180 Livonsaari</span>
|
||||
<a href='https://www.smartpost.fi/' className={styles.link}>
|
||||
Lisätietoja
|
||||
</a>
|
||||
<span className='separator' />
|
||||
</section>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user