diff --git a/frontend/src/pages/how-it-works.tsx b/frontend/src/pages/how-it-works.tsx index 81702f0..acdc6b4 100644 --- a/frontend/src/pages/how-it-works.tsx +++ b/frontend/src/pages/how-it-works.tsx @@ -64,6 +64,34 @@ const weekSteps = [ }, ]; +const processSteps = [ + { + title: 'Assessment', + copy: 'A prospective client submits goals, role context, current pressure points, and what they want from coaching.', + output: 'Intake lead and prep context for the coach.', + }, + { + title: 'Coaching engagement', + copy: 'The coach converts the lead into a client workspace, runs sessions, and keeps relationship context in one place.', + output: 'Client profile, session history, resources, and commitments.', + }, + { + title: 'Session memory', + copy: 'After each session, the coach records or uploads audio, reviews the transcript, and generates a coach-owned memory draft.', + output: 'Summary, topics, commitments, homework, quotes, and private coach notes.', + }, + { + title: 'Approved follow-up', + copy: 'The coach edits what AI produced and chooses what becomes client-facing. Nothing is shared automatically.', + output: 'Approved notes, action items, resources, and follow-up copy.', + }, + { + title: 'Client portal', + copy: 'The client logs in to see only the work the coach approved: shared notes, commitments, reflections, and resources.', + output: 'A private client area that keeps progress visible between sessions.', + }, +]; + const deeperItems = [ [ 'Session Notes & Coaching Insights', @@ -444,10 +472,10 @@ export default function HowItWorks() { Start assessment - See your coaching week + See the process
@@ -455,6 +483,64 @@ export default function HowItWorks() {
+The full coaching process
++ Founder-style coaching sites explain the offer. This + workspace connects that public offer to the operational flow + behind it: intake, client management, session memory, and + client follow-through. +
++ {step.copy} +
++ {step.output} +
+