From 4b2a581df27ba86e8a191f3253ae5d0dd28fee1a Mon Sep 17 00:00:00 2001 From: omsherikar Date: Mon, 18 May 2026 16:14:32 +0530 Subject: [PATCH] fix(testimonials): convert to a dark section with soft edges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Testimonials section was light (#f3f3f2) sitting between black sections, with four from-black edge gradients darkening its edges — it looked off. - Convert to a charcoal dark section (#161618): recolor heading/subtext to light, flip the grid lines + vignettes to a light tint so they stay visible, update the marquee fade masks to the new bg. White cards kept. - Replace the four hard from-black edge gradients with two soft top/ bottom fades at z-[5] (under the content) that blend the section into the neighbouring black sections without darkening the heading or cards. --- src/components/TestimonialsSection.tsx | 31 +++++++++++--------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/components/TestimonialsSection.tsx b/src/components/TestimonialsSection.tsx index 23b8eb9..27c33a5 100644 --- a/src/components/TestimonialsSection.tsx +++ b/src/components/TestimonialsSection.tsx @@ -216,11 +216,11 @@ function TestimonialMarqueeColumn({ return (
@@ -249,31 +249,26 @@ const TestimonialsSection: React.FC = () => { return (
{/* Minimal editorial backdrop — fine grid + a soft neutral vignette */}
-
-
-
+
+
+
+ {/* Soft edge fades — blend the section into the black sections above and + below. z-[5] keeps them under the content (z-10) so only the + background edge softens, never the heading or cards. */}
-
-
@@ -286,11 +281,11 @@ const TestimonialsSection: React.FC = () => { >

Builders love Refactron.

-

+

And they can't stop talking about safer refactors and boring, reviewable diffs.