diff --git a/pages/index.tsx b/pages/index.tsx index 08abcb6..a129695 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -83,6 +83,28 @@ export default function Index() { + +
+

Tervetuloa ravintolaan!

+ restaurant +

Alla kesäkauden tarjoilut

+
+ +

Ruoat

+
+ +

Juomat

+
+
+
+ + ); diff --git a/public/baari.pdf b/public/baari.pdf new file mode 100644 index 0000000..0dcc611 Binary files /dev/null and b/public/baari.pdf differ diff --git a/public/ravintola.pdf b/public/ravintola.pdf new file mode 100644 index 0000000..8b1d284 Binary files /dev/null and b/public/ravintola.pdf differ diff --git a/public/restaurant.webp b/public/restaurant.webp new file mode 100644 index 0000000..e5f4da0 Binary files /dev/null and b/public/restaurant.webp differ diff --git a/styles/Index.module.scss b/styles/Index.module.scss index dcf5055..1aebdaa 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -98,3 +98,24 @@ .link:hover { color: #3a3a3a; } + +.menuContainer { + display: flex; + justify-content: space-evenly; + width: 100%; + height: 3rem; +} + +.menuLink { + text-decoration: none; + border-bottom: 3px solid; + color: #686868; +} + +.menuLink:hover { + color: #a3a2a2 !important; + + h1 { + color: #a3a2a2 !important; + } +}