diff --git a/pages/index.tsx b/pages/index.tsx index 976c9cd..9171d32 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -87,11 +87,12 @@ export default function Index() {

Tervetuloa ravintolaan!

restaurant

Alla kesäkauden tarjoilut

@@ -119,6 +120,19 @@ export default function Index() {
+ +
+

Teemme yhteistyötä

+ yhteystyö +
+ + ); diff --git a/public/collaboration.png b/public/collaboration.png new file mode 100644 index 0000000..d677657 Binary files /dev/null and b/public/collaboration.png differ diff --git a/styles/Index.module.scss b/styles/Index.module.scss index 62941f5..34313f4 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -106,6 +106,10 @@ height: 3rem; } +.menuImage { + margin-bottom: 1rem; +} + .menuLink { text-decoration: none; border-bottom: 3px solid;