diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index 4223b61..4285424 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -309,6 +309,36 @@ const TestimonialsInline = () => { + + +
+
+ {[...testimonials, ...testimonials].map((testimonial, index) => ( +
+

{testimonial.quote}

+ +
+
+ +
+
+ {testimonial.name} + +
+ {testimonial.role} +
+
+
+
+ ))} +
+
+
);