diff --git a/frontend/app/(home)/components/TestimonialsSection/TestimonialsSection.tsx b/frontend/app/(home)/components/TestimonialsSection/TestimonialsSection.tsx index c8035612a261..3299d906a09b 100644 --- a/frontend/app/(home)/components/TestimonialsSection/TestimonialsSection.tsx +++ b/frontend/app/(home)/components/TestimonialsSection/TestimonialsSection.tsx @@ -21,12 +21,9 @@ export const TestimonialsSection = (): JSX.Element => {

{t("title")} Quivr{" "}

-
+
{testimonials.map((testimonial) => ( -
+
))}