From c89cd04830019bceb514e9b5bb5069eda6dbd7cd Mon Sep 17 00:00:00 2001 From: amit Date: Wed, 11 Dec 2024 10:35:08 -0800 Subject: [PATCH] update --- src/components/home/Testimonials.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/home/Testimonials.tsx b/src/components/home/Testimonials.tsx index f2d2a08a1..955556d4d 100644 --- a/src/components/home/Testimonials.tsx +++ b/src/components/home/Testimonials.tsx @@ -36,7 +36,6 @@ const Testimonials = () => { love us! -
{testimonials.map((feedback) => ( { /> ))}
+ ) }