From 54ebac31153355e09613ee32f47b4cb6ad2960c7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 06:49:18 +0000 Subject: [PATCH] Bob AI: Added a fourth carousel of testimonial cards to the testimon --- src/pages/HomePage/sections/Testimonials.tsx | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) 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} +
+
+
+
+ ))} +
+
+
); -- 2.49.1