diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index c15f520..4223b61 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -280,6 +280,34 @@ const TestimonialsInline = () => { ))} + +
+
+ {[...bottomRow, ...bottomRow, ...bottomRow, ...bottomRow].map((testimonial, index) => ( +
+

{testimonial.quote}

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