From 91dde837afb08b1ff596e109faf92015666969cd Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 03:55:47 +0000 Subject: [PATCH] Bob AI: Add contact button to testimonial cards --- src/pages/HomePage/sections/Testimonials.tsx | 50 +++++++++++--------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/src/pages/HomePage/sections/Testimonials.tsx b/src/pages/HomePage/sections/Testimonials.tsx index a0030c6..c54021c 100644 --- a/src/pages/HomePage/sections/Testimonials.tsx +++ b/src/pages/HomePage/sections/Testimonials.tsx @@ -89,19 +89,22 @@ const TestimonialsInline = () => {

{testimonial.quote}

-
- -
-
- {testimonial.name} - +
+
+ +
+
+ {testimonial.name} + +
+ {testimonial.role}
- {testimonial.role}
+
))} @@ -114,19 +117,22 @@ const TestimonialsInline = () => {

{testimonial.quote}

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