diff --git a/README.md b/README.md
deleted file mode 100644
index b12f3e3..0000000
--- a/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
-
-## Getting Started
-
-First, run the development server:
-
-```bash
-npm run dev
-# or
-yarn dev
-```
-
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
-
-You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
-
-[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
-
-The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
-
-## Learn More
-
-To learn more about Next.js, take a look at the following resources:
-
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
-
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
-
-## Deploy on Vercel
-
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
-
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
diff --git a/components/navbar.jsx b/components/navbar.jsx
index 4b6ff7d..297eae8 100644
--- a/components/navbar.jsx
+++ b/components/navbar.jsx
@@ -33,31 +33,37 @@ class Navbar extends React.Component {
key: 0,
name: "Home",
link: "/",
+ title: "Link zur Home Seite"
},
{
key: 1,
name: "Fertigungsverfahren",
link: "/fertigungsverfahren/laserteile",
+ title: "Informationen zu unseren Laserteilen"
},
{
key: 2,
name: "Materialien",
link: "/materialien",
+ title: "Informationen zu unseren Materialie"
},
{
key: 3,
name: "Qualität",
link: "/qualitaet",
+ title: "Informationen zu unserer Qualitätssicherung"
},
{
key: 4,
name: "Branchen",
link: "/branchen",
+ title: "Informationen zu unseren Branchen"
},
{
key: 5,
name: "Kontakt",
link: "/kontakt",
+ title: "Treten Sie mit uns in Kontakt"
},
]
};
@@ -144,7 +150,7 @@ class Navbar extends React.Component {
className="noselect navbar navbar-expand-lg fixed-top"
onToggle={this.toggle}
>
-
+
E-Mail{" "}
- info@prothmann.com
+ info@prothmann.com
- Telefon +49 (0) 8142 59951
+ Telefon +49 (0) 8142 59951
- Fax +49 (0) 8142 59953
+ Fax +49 (0) 8142 59953
Geschäftsführer Hans & Kolja Prothmann @@ -60,7 +60,7 @@ export default function Impressum(props) {
Unsere Maschinen von Amada
-
+
www.amada.de
@@ -71,6 +71,7 @@ export default function Impressum(props) {
href="http://www.amada.co.jp/fair/eng/awards/27th/tatech01.html"
target="_blank"
rel="noreferrer"
+ title="Link zu unserer Auszeichnung des Percision Sheet Metal Technology Fairs"
>
www.amada.co.jp
@@ -82,6 +83,7 @@ export default function Impressum(props) {
href="http://www.fachverband-metall-bayern.de/"
target="_blank"
rel="noreferrer"
+ title="Link zum Metall Fachverband"
>
www.fachverband-metall-bayern.de
@@ -89,7 +91,7 @@ export default function Impressum(props) {
Unsere Website von CAnetzberger Design
-
+
www.canetzberger.design
Unsere Elektronikgehäuse werden mit{" "}
-
+
Stanz-
{" "}
oder{" "}
-
+
Lasertechnik
{" "}
aus einer Blechplatine gefertigt. Die endgültige Form bekommen
die Teile nach der Umformung auf unseren{" "}
-
+
CNC Biegemaschinen
.
@@ -279,11 +279,11 @@ export default class Home extends React.Component {
Bei diesen Biegeteilen liegt die Schwierigkeit in der Ebenheit
der Werkstücke. Die Ebenheit muss selbst nach der
Wärmeeinwirkung beim{" "}
-
+
Lasern
{" "}
und nach der Umformung beim{" "}
-
+
Abkanten
{" "}
gewährleistet sein.
@@ -309,7 +309,7 @@ export default class Home extends React.Component {
Wir haben eine große Auswahl an Federstählen auf Lager und
fertigen die Federn mit Spezialwerkzeugen aus eigener
Produktion. Diese Federn aus Kupfer mit{" "}
-
+
Lasergravur
{" "}
zeigen die Präzision bei der Fertigung.
diff --git a/public/site.webmanifest b/public/site.webmanifest
index e8d62eb..8f784ee 100644
--- a/public/site.webmanifest
+++ b/public/site.webmanifest
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
+ "theme_color": "#0D0D0D",
+ "background_color": "#0D0D0D",
"display": "standalone"
}
diff --git a/public/sitemap.xml b/public/sitemap.xml
index 87de3ea..376797e 100644
--- a/public/sitemap.xml
+++ b/public/sitemap.xml
@@ -3,9 +3,6 @@