diff --git a/assets/icons/LaptopApp_Icon.png b/assets/icons/LaptopApp_Icon.png new file mode 100644 index 0000000..b171ca6 Binary files /dev/null and b/assets/icons/LaptopApp_Icon.png differ diff --git a/assets/icons/LaptopCmd_Icon.png b/assets/icons/LaptopCmd_Icon.png new file mode 100644 index 0000000..a1187da Binary files /dev/null and b/assets/icons/LaptopCmd_Icon.png differ diff --git a/assets/icons/Support_Icon.png b/assets/icons/Support_Icon.png new file mode 100644 index 0000000..c048ca4 Binary files /dev/null and b/assets/icons/Support_Icon.png differ diff --git a/assets/icons/World_Icon.png b/assets/icons/World_Icon.png new file mode 100644 index 0000000..7932144 Binary files /dev/null and b/assets/icons/World_Icon.png differ diff --git a/pages/unsere-leistungen.js b/pages/unsere-leistungen.js new file mode 100644 index 0000000..bada02f --- /dev/null +++ b/pages/unsere-leistungen.js @@ -0,0 +1,61 @@ +import Head from "next/head"; +import Image from "next/image"; +import StandardStyles from "../styles/Home.module.css"; +import styles from "../styles/LandingPage.module.css"; +import FadeIn from "react-fade-in"; +//Import Images +import WorldIcon from "../assets/icons/World_Icon.png"; +import LaptopAppIcon from "../assets/icons/LaptopApp_Icon.png"; +import LaptopCmdIcon from "../assets/icons/LaptopCmd_Icon.png"; +import SupportIcon from "../assets/icons/Support_Icon.png"; + +export default function Home() { + return ( +
+ + AGS IT Solutions | Unsere Leistungen + + + Unsere Leistungen + + +
+ Laptop icon +

Webentwicklung

+

Wir entwickeln ihre Website/Webanwendung nach ihren ansprüchen

+
+
+ Laptop App icon +

Softwareentwicklung

+

+ Wir entwickeln ebendso ihre Software anwendung (Mobile- / Desktop App) auf + Javascript basis mithilfe von{" "} + + Elektron + +

+
+
+ Laptop CMD icon +

Server / Computer Einrichtung

+

+ Wir bieten auch das Installieren oder Einrichten von Betriebssystem oder + Software auf Servern oder Computern an. +

+
+
+ Support icon +

Support

+

+ Wir Helfen ihnen bei ihren Problemen an ihrem PC, Server oder mit einer + Software. +

+
+
+ {/* TODO: Auftrage hinzufügen */} + {/* + Unsere Aufträge + */} +
+ ); +}