import React from 'react';
import { CheckCircle2, ArrowRight } from 'lucide-react';
const HopeStageDesign = () => {
const colors = {
elephant: '#154545',
white: '#FFFFFF',
paleGoldenrod: '#E6E5B3',
dullOrange: '#ED7534',
mintTulip: '#BCF5EB',
bilboaFlower: '#B7A8EA',
};
return (
{/* Header Section */}
HopeStage Model
Patient-Led Growth
From great science to real adoption.
Most health products fail at the same invisible point: patients don’t trust them, don’t understand them, or don’t see themselves in them. Clinical logic alone doesn’t drive adoption. HopeStage works through a 3-phase progression designed to align clinical innovation with real patient psychology.
{/* Phase Grid */}
{/* Phase 1 */}
Phase 01
Patient Trust Diagnostic
The Goal
Get a clear, objective view of how patients are likely to perceive your solution today.
What We Do
{['Review messaging & touchpoints', 'Interview internal stakeholders', 'Analyse trust friction'].map((item, i) => (
-
{item}
))}
Deliverables
- Patient Trust Scan
- Adoption Risk Score
- Communication Audit
- Action Plan (Top 3 Fixes)
2 Weeks
Fixed Fee
{/* Phase 2 */}
Phase 02
Patient Insight Research
The Goal
Replace internal assumptions with validated patient reality.
What We Do
{[
'Qualitative interviews & focus groups',
'Quantitative surveys on trust drivers',
'Internal alignment workshops'
].map((item, i) => (
-
{item}
))}
Deliverables
- Strategic Insight Report
- Validated Patient Personas
- Trust Drivers Map
- Verbatim Quotes & Recommendations
{/* Phase 3 */}
Phase 03
Patient-Led Growth
The Goal
Translate insight into trust, adoption, and long-term growth.
Partnership
{[
'Refining positioning & messaging',
'Optimising adoption funnels',
'Building patient content ecosystems',
'Training internal teams',
'Ongoing feedback loops'
].map((item, i) => (
-
{item}
))}
Engagement: Monthly Retainer
{/* Footer / Context Section */}
Who this is for
Teams building solutions in mood disorders who want clearer positioning, stronger patient trust, and adoption grounded in real lived experience.
Fit matters
This progression works best when teams are open to challenging assumptions and grounding decisions in patient reality rather than intuition alone.
);
};
export default HopeStageDesign;