Restaurant section

This commit is contained in:
2022-11-05 19:18:33 +02:00
parent 6547f8ad8b
commit fb6144c606
5 changed files with 43 additions and 0 deletions

View File

@@ -83,6 +83,28 @@ export default function Index() {
</section>
<span className={styles.separator} />
<section className={styles.sectionContainer}>
<h1 className={styles.title}>Tervetuloa ravintolaan!</h1>
<Image
src='/restaurant.webp'
layout='responsive'
alt='restaurant'
width={300}
height={300}
/>
<h1 className={styles.title}>Alla kesäkauden tarjoilut</h1>
<div className={styles.menuContainer}>
<a href='/ravintola.pdf' className={styles.menuLink}>
<h1 className={styles.title}>Ruoat</h1>
</a>
<a href='/baari.pdf' className={styles.menuLink}>
<h1 className={styles.title}>Juomat</h1>
</a>
</div>
</section>
<span className={styles.separator} />
</div>
</div>
);