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}
+
))}