feat(b2b-assistant): Implement Step 7 (Customer Journey) with tactical focus on Buying Center, Deal-Breakers, and Assets. Add restart functionality for individual steps.

This commit is contained in:
2026-01-14 08:42:14 +00:00
parent 5283f8a84b
commit 7c35068b30
8 changed files with 166 additions and 98 deletions

View File

@@ -53,6 +53,7 @@ export const translations = {
painPoints: 'Schritt 4: Painpoints je Rolle (WARUM)',
gains: 'Schritt 5: Gains & Nutzen je Rolle (WARUM wechseln)',
messages: 'Schritt 6: Marketingbotschaften je Segment & Rolle (WIE sprechen)',
customerJourney: 'Schritt 7: Customer Journey & Buying Center',
}
},
en: {
@@ -101,6 +102,7 @@ export const translations = {
painPoints: 'Step 4: Pain Points per Role (WHY)',
gains: 'Step 5: Gains & Benefits per Role (WHY switch)',
messages: 'Step 6: Marketing Messages per Segment & Role (HOW to speak)',
customerJourney: 'Step 7: Customer Journey & Buying Center',
}
}
};