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)}