📝 Update text

This commit is contained in:
Stefan080106
2022-05-27 16:41:41 +02:00
parent 54e8b2491d
commit e6899eca4f

View File

@@ -15,14 +15,18 @@ const UnserLeistungenContainer = (props) => {
<div className={styles.container}> <div className={styles.container}>
<Image src={WorldIcon} alt="Laptop icon" height={100} width={100} /> <Image src={WorldIcon} alt="Laptop icon" height={100} width={100} />
<h3>Webentwicklung</h3> <h3>Webentwicklung</h3>
<p>Wir entwickeln ihre Website/Webanwendung nach ihren ansprüchen</p> <p>
{" "}
Die Entwicklung Ihrer Website und Webanwendungen erfolgt nach Ihren
Vorstellungen
</p>
</div> </div>
<div className={styles.container}> <div className={styles.container}>
<Image src={LaptopAppIcon} alt="Laptop App icon" height={100} width={100} /> <Image src={LaptopAppIcon} alt="Laptop App icon" height={100} width={100} />
<h3>Softwareentwicklung</h3> <h3>Softwareentwicklung</h3>
<p> <p>
Wir entwickeln ebendso ihre Software anwendung (Mobile- / Desktop App) auf Ihre Software Anwendung (Mobile- / Desktop App) entwickeln Wir auf Javascript
Javascript basis mithilfe von{" "} Basis mithilfe von{" "}
<a <a
style={{ color: "#057CA6" }} style={{ color: "#057CA6" }}
target="_blank" target="_blank"
@@ -37,17 +41,14 @@ const UnserLeistungenContainer = (props) => {
<Image src={LaptopCmdIcon} alt="Laptop CMD icon" height={100} width={100} /> <Image src={LaptopCmdIcon} alt="Laptop CMD icon" height={100} width={100} />
<h3>Server / Computer Einrichtung</h3> <h3>Server / Computer Einrichtung</h3>
<p> <p>
Wir bieten auch das Installieren oder Einrichten von Betriebssystem oder Wir bieten Ihnen das Installieren/Einrichten von Betriebssysteme/Software auf
Software auf Servern oder Computern an. Servern oder Computern an
</p> </p>
</div> </div>
<div className={styles.container}> <div className={styles.container}>
<Image src={SupportIcon} alt="Support icon" height={100} width={100} /> <Image src={SupportIcon} alt="Support icon" height={100} width={100} />
<h3>Support</h3> <h3>Support</h3>
<p> <p>Bei Problemen an Ihrem PC, Server oder mit einer Software helfen wir Ihnen</p>
Wir Helfen ihnen bei ihren Problemen an ihrem PC, Server oder mit einer
Software.
</p>
</div> </div>
</FadeIn> </FadeIn>
); );