From 4c1022d1f8f094b2b3cf61da54b9e0bc4b8313a5 Mon Sep 17 00:00:00 2001 From: Janis Meister Date: Mon, 13 Mar 2023 17:11:12 +0100 Subject: [PATCH] add new firebase and images --- components/Nav.jsx | 4 +- firebase-config.js | 14 +- package-lock.json | 783 +++++++++--------- package.json | 6 +- pages/furnishing.jsx | 2 +- pages/index.jsx | 33 +- .../10-wernigerode-m-e20jm4-jpg--84958-.jpg | Bin 0 -> 262086 bytes .../images/12499_10_Torfhaus_Titel_Winter.jpg | Bin 0 -> 44095 bytes public/images/8981_1_torfhaus_header01.jpg | Bin 0 -> 180508 bytes public/images/Brocken_vom_Torfhaus.jpg | Bin 0 -> 128364 bytes public/images/Hexentanzplatz-Thale.jpg | Bin 0 -> 775402 bytes public/images/bad-harzburg.jpeg | Bin 0 -> 95550 bytes public/images/braunlage.jpg | Bin 0 -> 87092 bytes public/images/clausthal.jpg | Bin 0 -> 60556 bytes public/images/grundriss.jpg | Bin 0 -> 35535 bytes public/images/harz-bad-grund.webp | Bin 0 -> 259366 bytes public/images/hk_hahnenklee.jpg | Bin 0 -> 66995 bytes public/images/rathaus.jpg | Bin 0 -> 713045 bytes .../images/sommerrodelbahn-st-andreasberg.jpg | Bin 0 -> 1236153 bytes styles/Home.module.scss | 5 +- 20 files changed, 427 insertions(+), 420 deletions(-) create mode 100644 public/images/10-wernigerode-m-e20jm4-jpg--84958-.jpg create mode 100644 public/images/12499_10_Torfhaus_Titel_Winter.jpg create mode 100644 public/images/8981_1_torfhaus_header01.jpg create mode 100644 public/images/Brocken_vom_Torfhaus.jpg create mode 100644 public/images/Hexentanzplatz-Thale.jpg create mode 100644 public/images/bad-harzburg.jpeg create mode 100644 public/images/braunlage.jpg create mode 100644 public/images/clausthal.jpg create mode 100644 public/images/grundriss.jpg create mode 100644 public/images/harz-bad-grund.webp create mode 100644 public/images/hk_hahnenklee.jpg create mode 100644 public/images/rathaus.jpg create mode 100644 public/images/sommerrodelbahn-st-andreasberg.jpg diff --git a/components/Nav.jsx b/components/Nav.jsx index 95ffbf6..a3daa60 100644 --- a/components/Nav.jsx +++ b/components/Nav.jsx @@ -6,7 +6,6 @@ import { useRouter } from "next/router"; export default function Nav({ localeTexts }) { const router = useRouter(); const currentRoute = router.pathname; - return (