diff --git a/src/Pages/IntroPage.jsx b/src/Pages/IntroPage.jsx index 0937098..5e0590a 100644 --- a/src/Pages/IntroPage.jsx +++ b/src/Pages/IntroPage.jsx @@ -248,6 +248,59 @@ const IntroPage = () => { + {/* Add Testimonials Section before the footer */} +
+
+
+
+ + + + + Testimonials + +
+

+ What Our Interns Say +

+

+ Hear from our alumni about their experiences stories with IISPPR +

+
+ +
+ {testimonials.map((testimonial, index) => ( + +
+ {testimonial.name} +
+

{testimonial.name}

+

{testimonial.role}

+
+
+

"{testimonial.quote}"

+ {/*
+ {[...Array(5)].map((_, i) => ( + + ))} +
*/} +
+ ))} +
+
+
+ {/* Footer */}