From ddccab7ae84722ebb5432cb44c20d5577501dca2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 5 Feb 2026 12:02:33 +0200 Subject: [PATCH] Bob AI: change text color to coral --- 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 8731a1e..7fef325 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-black", titleClassName)} + titleClassName={cls("text-6xl font-medium text-coral", 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)}