diff --git a/src/components/ContactForm/steps/AssetsStep.tsx b/src/components/ContactForm/steps/AssetsStep.tsx
index 90dc46f..9830620 100644
--- a/src/components/ContactForm/steps/AssetsStep.tsx
+++ b/src/components/ContactForm/steps/AssetsStep.tsx
@@ -63,8 +63,8 @@ export function AssetsStep({ state, updateState, toggleItem }: AssetsStepProps)
onChange={() => updateState({ assets: toggleItem(state.assets, opt.id) })}
/>
{['logo', 'styleguide', 'content_concept'].includes(opt.id) && (
-
- Wichtig
+
+ Empfohlen
)}
diff --git a/src/components/ContactForm/steps/BaseStep.tsx b/src/components/ContactForm/steps/BaseStep.tsx
index 00c9a48..6716d76 100644
--- a/src/components/ContactForm/steps/BaseStep.tsx
+++ b/src/components/ContactForm/steps/BaseStep.tsx
@@ -38,8 +38,8 @@ export function BaseStep({ state, updateState, toggleItem }: BaseStepProps) {
value={state.websiteTopic}
onChange={(e) => updateState({ websiteTopic: e.target.value })}
/>
-
@@ -53,11 +53,11 @@ export function BaseStep({ state, updateState, toggleItem }: BaseStepProps) {
Die Seiten
- Wichtig
+ Planungsbasis
-
- Warum ist das wichtig? Die Anzahl der Seiten bestimmt maßgeblich den Design- und Umsetzungsaufwand.
+
+ Die Seitenstruktur hilft uns, den Umfang und die Komplexität Ihres Projekts präzise einzuschätzen.
diff --git a/src/components/ContactForm/steps/CompanyStep.tsx b/src/components/ContactForm/steps/CompanyStep.tsx
index 0bc64f9..b935721 100644
--- a/src/components/ContactForm/steps/CompanyStep.tsx
+++ b/src/components/ContactForm/steps/CompanyStep.tsx
@@ -23,7 +23,7 @@ export function CompanyStep({ state, updateState }: CompanyStepProps) {
Unternehmen
- Wichtig
+ Erforderlich
updateState({ name: e.target.value })}
/>
-
- Wichtig
+
+ Erforderlich
@@ -53,8 +53,8 @@ export function ContactStep({ state, updateState }: ContactStepProps) {
value={state.email}
onChange={(e) => updateState({ email: e.target.value })}
/>
-
- Wichtig
+
+ Erforderlich
diff --git a/src/components/ContactForm/steps/TimelineStep.tsx b/src/components/ContactForm/steps/TimelineStep.tsx
index 200903a..41c5c89 100644
--- a/src/components/ContactForm/steps/TimelineStep.tsx
+++ b/src/components/ContactForm/steps/TimelineStep.tsx
@@ -75,7 +75,7 @@ export function TimelineStep({ state, updateState }: TimelineStepProps) {
Mögliche Verzögerungen
- Da noch wichtige Informationen (z.B. {isMissingAssets ? 'Logo/Inhaltskonzept' : ''} {isMissingAssets && isMissingPages ? 'und' : ''} {isMissingPages ? 'Seitenstruktur' : ''}) fehlen, kann sich der Projektstart verzögern, bis diese vorliegen.
+ Für einen reibungslosen Projektstart benötigen wir noch einige Details (z.B. {isMissingAssets ? 'Logo/Inhaltskonzept' : ''} {isMissingAssets && isMissingPages ? 'und' : ''} {isMissingPages ? 'Seitenstruktur' : ''}). Ohne diese kann sich der Beginn verzögern.
diff --git a/src/components/ContactForm/steps/TypeStep.tsx b/src/components/ContactForm/steps/TypeStep.tsx
index d327831..2f6761e 100644
--- a/src/components/ContactForm/steps/TypeStep.tsx
+++ b/src/components/ContactForm/steps/TypeStep.tsx
@@ -31,7 +31,7 @@ export function TypeStep({ state, updateState }: TypeStepProps) {
{type.illustration}
{type.label}
- Wichtig
+ Grundlage
{type.desc}
diff --git a/src/components/ContactForm/steps/WebAppStep.tsx b/src/components/ContactForm/steps/WebAppStep.tsx
index 3b4de65..c6fb457 100644
--- a/src/components/ContactForm/steps/WebAppStep.tsx
+++ b/src/components/ContactForm/steps/WebAppStep.tsx
@@ -26,7 +26,7 @@ export function WebAppStep({ state, updateState }: WebAppStepProps) {
Zielgruppe
- Wichtig
+ Fokus
{[