diff --git a/package-lock.json b/package-lock.json index fbf5365..6e2166a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,7 @@ "next-seo": "^5.14.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-icons": "^4.6.0", "sass": "^1.55.0", "typescript": "4.8.4" } @@ -579,6 +580,14 @@ "react": "^18.2.0" } }, + "node_modules/react-icons": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "peerDependencies": { + "react": "*" + } + }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -1003,6 +1012,12 @@ "scheduler": "^0.23.0" } }, + "react-icons": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", + "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "requires": {} + }, "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", diff --git a/package.json b/package.json index 688e372..3cff22e 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "next-seo": "^5.14.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-icons": "^4.6.0", "sass": "^1.55.0", "typescript": "4.8.4" } diff --git a/pages/index.tsx b/pages/index.tsx index 04c19b3..ff4512b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -3,6 +3,7 @@ import Image from 'next/image'; import { OpenHours } from '../components/OpenHours'; import { ScrollToTop } from '../components/ScrollToTop'; import { NextSeo } from 'next-seo'; +import { FiExternalLink } from 'react-icons/fi'; export default function Index() { return ( @@ -82,7 +83,7 @@ export default function Index() { Velkuantie 988, 21180 Livonsaari - Lisätietoja + Lisätietoja @@ -107,6 +108,9 @@ export default function Index() {

Juomat

+ + Oiva-raportti + diff --git a/public/oiva.pdf b/public/oiva.pdf new file mode 100644 index 0000000..09e22c7 Binary files /dev/null and b/public/oiva.pdf differ diff --git a/styles/Index.module.scss b/styles/Index.module.scss index cffe69f..b89e337 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -92,9 +92,10 @@ } .link { - color: #0274be; + color: #427da4; text-decoration: none; font-weight: bold; + margin-top: 1rem; } .link:hover { @@ -128,6 +129,10 @@ } } +.oivaLink { + margin-top: 2rem; +} + .instagramLink { color: #686868; text-decoration: none;