Skip to content

Commit

Permalink
Rm repeated text, tidy up PTSD curve
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsx committed Nov 21, 2023
1 parent 1d57429 commit 3ce4ec8
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions packages/client/src/pages/TreatmentsServices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -641,17 +641,13 @@ export default function Services() {

{tabValue == '#Services-to-our-patients' && (
<>
<p>
Our treatment model uses a variety of service delivery strategies to maximize the reach and effectiveness of
our treatments, and to support patient engagement.
</p>
<p>Services help patients to get back on the natural recovery path following trauma.</p>
<img src={ptsdCurveImg} height="200px" />
<p>
Many people who experience trauma events go on to have natural recovery. Those whose recovery gets
interrupted go on to develop PTSD.
</p>
<p>All treatments are:</p>
<Box sx={{ margin: '4rem', width: '576px', display: 'flex', flexDirection: 'column' }}>
<img src={ptsdCurveImg} height="200px" width="576px" />
<p>
Many people who experience trauma events go on to have natural recovery. Those whose recovery gets
interrupted go on to develop PTSD.
</p>
</Box>
<TreatmentsCardGrid />
<MeasurementBasedCare />
<TreatmentsAndServices />
Expand Down

0 comments on commit 3ce4ec8

Please sign in to comment.