From 0fb144993c55de2db0407005868c8f2f6b81b1c7 Mon Sep 17 00:00:00 2001
From: Henry
Date: Tue, 28 Oct 2025 22:02:03 +0000
Subject: [PATCH] feat: add small fade out to testimonials
---
apps/web/src/views/home/components/Testimonials.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/web/src/views/home/components/Testimonials.tsx b/apps/web/src/views/home/components/Testimonials.tsx
index c46446b7..db69439d 100644
--- a/apps/web/src/views/home/components/Testimonials.tsx
+++ b/apps/web/src/views/home/components/Testimonials.tsx
@@ -240,7 +240,7 @@ const Testimonials = () => {
-
+
{testimonials.map((testimonial, index) => (