From 9a38d2b7017b8a26b6f496049a2ae7f072648280 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 11:56:53 +0200 Subject: [PATCH] Bob AI: change text color to black --- src/components/sections/hero/HeroBillboardScroll.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/hero/HeroBillboardScroll.tsx b/src/components/sections/hero/HeroBillboardScroll.tsx index f0d27be..8731a1e 100644 --- a/src/components/sections/hero/HeroBillboardScroll.tsx +++ b/src/components/sections/hero/HeroBillboardScroll.tsx @@ -108,7 +108,7 @@ const HeroBillboardScroll = ({ tagIcon={tagIcon} buttons={buttons} className={cls("flex flex-col gap-3 md:gap-1", textBoxClassName)} - titleClassName={cls("text-6xl font-medium text-balance", titleClassName)} + titleClassName={cls("text-6xl font-medium text-black", titleClassName)} descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)} tagClassName={cls("px-3 py-1 text-sm rounded-theme card text-foreground inline-flex items-center gap-2 mb-3", tagClassName)} buttonContainerClassName={cls("flex flex-wrap gap-4 mt-3", buttonContainerClassName)}