diff --git a/src/contents/Human Practices/Feedback.tsx b/src/contents/Human Practices/Feedback.tsx
index f77d8e358c0c1ed2d4a7b86b4f56e387e269ec1f..bc9f6adc9fb7c2094a4fee7a1fb2074251f6ffd4 100644
--- a/src/contents/Human Practices/Feedback.tsx	
+++ b/src/contents/Human Practices/Feedback.tsx	
@@ -1,6 +1,17 @@
 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