From dc529ffa4e179d9f071ef4feac514d503869c7f8 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Mon, 29 Jun 2026 14:47:48 +0330 Subject: [PATCH] fix: testimonials layout - fix card width/gap alignment, remove overflow-visible, adjust quote icon size --- .../components/testimonials/testimonials.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/(routes)/(website)/components/testimonials/testimonials.tsx b/src/app/(routes)/(website)/components/testimonials/testimonials.tsx index 47e6b31..886a10f 100644 --- a/src/app/(routes)/(website)/components/testimonials/testimonials.tsx +++ b/src/app/(routes)/(website)/components/testimonials/testimonials.tsx @@ -75,16 +75,16 @@ export default function Testimonials({ dict }: TestimonialsProps) { -
+
{tData.map((testimonial, index) => (
-
- +
+
-
-

+

+

"{testimonial.quote}"

@@ -135,7 +135,7 @@ export default function Testimonials({ dict }: TestimonialsProps) {