From ea104cb9fe256ac14a0f1a11e310c11d7d017524 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 15 Jan 2026 14:06:17 +0100 Subject: [PATCH] Auto-commit: make text in social proof section red --- src/components/sections/testimonial/TestimonialCardTen.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/sections/testimonial/TestimonialCardTen.tsx b/src/components/sections/testimonial/TestimonialCardTen.tsx index bcd51ea..4eff07d 100644 --- a/src/components/sections/testimonial/TestimonialCardTen.tsx +++ b/src/components/sections/testimonial/TestimonialCardTen.tsx @@ -1,3 +1,6 @@ +const styles = { + textColor: 'red', +}; "use client"; import { useState } from "react";