From 19fe53bc27738e945da9c2041022383da3a7f325 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 04:18:27 +0000 Subject: [PATCH] Bob AI: Added a third carousel of testimonial cards to the testimoni --- src/pages/HomePage/sections/Testimonials.tsx | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) 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} +
+
+
+
+ ))} +
+