Auto-commit: make text in social proof section red

This commit is contained in:
2026-01-15 14:11:14 +01:00
parent 3f6e9e4034
commit 2e040a2781

View File

@@ -142,7 +142,7 @@ const TestimonialCardTen = ({
<div className="flex flex-col gap-3">
<h3 className={cls(
"text-2xl md:text-3xl font-medium leading-tight",
shouldUseLightText ? "text-background" : "text-foreground",
shouldUseLightText ? "text-background" : "text-red-500",
testimonialTitleClassName
)}>
{activeTestimonial.title}