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