Skip to content
Snippets Groups Projects
Commit f3648983 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents 5faf77cf 34edbdb6
No related branches found
No related tags found
No related merge requests found
Pipeline #451653 failed
import {H4} from "../components/Headings";
import {OpenToGeneTherapy, HowOftenTreatment, DoYouWantMoreInfo} from "../components/Graph";
export function HPFeedback(){
return(
<></>
<div>
<H4 text="Our surveys on cystic fibrosis and gene therapy"></H4>
<p> We are proud of our surveys on gene therapy and cystic fibrosis (CF), which explore knowledge about the disease and willingness to embrace gene therapy as a potential treatment. Since we wanted to differentiate between the general public and affected CF patients, we created two different surveys.</p>
<div className="row align-items-center">
<div className="col">
<HowOftenTreatment/>
<OpenToGeneTherapy/>
<DoYouWantMoreInfo/>
</div>
</div>
</div>
)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment