Skip to content

Commit 17bd17c

Browse files
committed
Update content for clarity and consistency across multiple pages
- Revised the introductory text on the homepage to emphasize community connection. - Adjusted the title on the React intensive training page for improved readability. - Enhanced the team member profile titles and descriptions to better reflect their roles and contributions, promoting a clearer understanding of the team and its mission. - These changes aim to improve user engagement and provide a more cohesive experience across the site.
1 parent dc082c5 commit 17bd17c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const communityBenefits = [
7676
<span class="block">Community.</span>
7777
</h1>
7878
<p class="text-xl text-gray-600 dark:text-gray-400 mb-8 max-w-2xl mx-auto">
79-
Verbinde dich mit {topic}-Entwickler:innen.<br />
79+
Deine deutsche {topic}-Community.<br />
8080
Lerne. Teile. Wachse.
8181
</p>
8282
<div class="flex flex-col sm:flex-row gap-4 justify-center">

src/pages/schulungen/react-intensiv.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const bookingUrl = buildUtmUrl(`${providerUrl}/seminare-schulungen-kurse/react-m
4747
---
4848

4949
<BaseLayout
50-
title={`${topic} & TypeScript Intensiv-Schulung (Vor-Ort / Remote)`}
50+
title={`${topic} & TypeScript Intensiv-Schulung (Vor Ort / Remote)`}
5151
description={`Du möchtest ${topic} lernen? Ganz entspannt Vor Ort oder Remote gemeinsam lernen. Erfahre mehr über unsere Intensiv-Schulung!`}
5252
>
5353
<ProductJsonLd />

src/pages/team/[permalink].astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const hasThinContent = !user.bio || user.bio.trim().length < 50;
3838
---
3939

4040
<BaseLayout
41-
title={`${user.name} - Profil`}
41+
title={`${user.name} - Autor bei ReactJS.DE`}
4242
description={user.bio || `${user.name} - Autor bei ReactJS.DE`}
4343
noindex={hasThinContent}
4444
>
@@ -139,10 +139,10 @@ const hasThinContent = !user.bio || user.bio.trim().length < 50;
139139
<div class="bg-gray-50 dark:bg-gray-900 rounded-xl p-8">
140140
<h2 class="text-2xl text-gray-900 dark:text-white mb-4">Über ReactJS.DE</h2>
141141
<p class="text-gray-600 dark:text-gray-400 mb-4">
142-
ReactJS.DE ist das deutschsprachige Community-Portal für React-Entwickler. Hier findest du
143-
Tutorials, Fachartikel und Best Practices rund um React, TypeScript und moderne Frontend-Entwicklung.
144-
Das Portal wird von einem engagierten Team betrieben, das sich zum Ziel gesetzt hat, die
145-
deutschsprachige React-Community zu stärken und Wissen zugänglich zu machen.
142+
ReactJS.DE ist das deutschsprachige Community-Portal für React-Entwickler. Unsere Autor:innen
143+
veröffentlichen Tutorials, Fachartikel und Best Practices rund um React, TypeScript und moderne
144+
Frontend-Entwicklung. Das Portal wird von einem engagierten Team betrieben, das sich zum Ziel
145+
gesetzt hat, die deutschsprachige React-Community zu stärken und Wissen zugänglich zu machen.
146146
</p>
147147
<p class="text-gray-600 dark:text-gray-400">
148148
Neben dem Blog bietet ReactJS.DE eine Übersicht der React-Meetups in der DACH-Region,

0 commit comments

Comments
 (0)